fish: Add taskwarrior abbreviations

After many years of searching for an optimal task management workflow,
it seems like taskwarrior is the most ideal solution for me.
This commit is contained in:
Donovan Glover 2022-10-23 21:37:47 -04:00
parent 5f056f9f2e
commit 02123d0bc4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -115,6 +115,13 @@ if not set -q set_abbr
abbr vs "vagrant ssh"
abbr vp "vagrant provision"
abbr t "task"
abbr ta "task add"
abbr tc "task calendar"
abbr td "task done"
abbr te "task edit"
abbr tm "task modify"
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