forked from extern/nix-config
fish: Add vagrant abbreviations
This commit is contained in:
parent
a06b1d06cb
commit
2fa0d928ef
@ -92,6 +92,12 @@ if not set -q set_abbr
|
||||
abbr yin "yarn install"
|
||||
abbr yu "yarn upgrade-interactive"
|
||||
|
||||
abbr v "vagrant"
|
||||
abbr vu "vagrant up"
|
||||
abbr vh "vagrant halt"
|
||||
abbr vs "vagrant ssh"
|
||||
abbr vp "vagrant provision"
|
||||
|
||||
abbr dl "yt-dlp"
|
||||
abbr vol "amixer set 'Master'" # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
||||
abbr copy "xclip -sel clip <" # Easily copy the contents of any file
|
||||
|
Loading…
Reference in New Issue
Block a user