fix: change flag order in abbr form
parent
9806bdc1a7
commit
72608c3258
|
@ -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 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 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"
|
set -l RADIX_REPO "$HOME/projects/guile/radix"
|
||||||
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"
|
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"
|
||||||
|
|
Loading…
Reference in New Issue