mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
5f056f9f2e
commit
02123d0bc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user