radix/files/fish/fish_abbreviations

12 lines
727 B
Plaintext
Raw Normal View History

2023-08-06 20:49:53 +00:00
abbr --add m 'yt-dlp --prefer-free-formats --extract-audio'
abbr --add v 'yt-dlp --prefer-free-formats'
abbr --add mpv --position anywhere --set-cursor=! 'mpv "!"'
2023-08-08 02:03:29 +00:00
abbr --add !system --position anywhere 'doas guix system reconfigure /etc/config.scm'
abbr --add !home --position anywhere 'guix home reconfigure $HOME/projects/guile/radix/radio.scm'
abbr --add :system --position anywhere '$EDITOR /etc/config.scm'
abbr --add :home --position anywhere '$EDITOR $HOME/projects/guile/radix/radio.scm'
abbr --add @radix --position anywhere '$HOME/projects/guile/radix'
abbr --add @files --position anywhere '$HOME/projects/guile/radix/files'
abbr --add @modules --position anywhere '$HOME/projects/guile/radix/modules'