From 0ea61dc6dec318b44ebe7ab968a91f480df9a0df Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 1 Jan 2022 20:33:07 -0500 Subject: [PATCH] fish: Remove task abbreviations I no longer use task. --- fish/.config/fish/config.fish | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index deea874..74f5140 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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