fix: change flag order in abbr form

keyring
anemofilia 2023-08-08 19:32:20 -03:00
parent 9806bdc1a7
commit 72608c3258
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ abbr --add v 'yt-dlp --prefer-free-formats'
abbr --add tf --set-cursor 'setsid -f % >/dev/null 2>&1 & disown'
abbr --add zxz --set-cursor 'curl -F "file=@%" https://0.vern.cc | xsel -b'
abbr --add mpv --set-cursor 'mpv "%"' --position anywhere
abbr --add mpv --position anywhere --set-cursor 'mpv "%"'
set -l RADIX_REPO "$HOME/projects/guile/radix"
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"