1
0
forked from extern/nix-config

fish: Remove task abbreviations

I no longer use task.
This commit is contained in:
Donovan Glover 2022-01-01 20:33:07 -05:00
parent 9386d54c8d
commit 0ea61dc6de
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -68,12 +68,6 @@ if not set -q set_abbr
abbr yin "yarn install"
abbr yu "yarn upgrade-interactive"
abbr t "task"
abbr ta "task add"
abbr tc "task completed"
abbr td "task done"
abbr te "task edit"
abbr dl "youtube-dl"
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