1
0
forked from extern/nix-config

fish: Add vagrant abbreviations

This commit is contained in:
Donovan Glover 2022-07-30 00:32:44 -04:00
parent a06b1d06cb
commit 2fa0d928ef
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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