diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index cbb58b2..d0cc9f2 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,16 +1,7 @@ # New Start: A modern Arch workflow built with an emphasis on functionality. # Copyright (C) 2017-2022 Donovan Glover -# Show tasks when opening a new terminal -function fish_greeting - if test "$PWD" = "$HOME" - fish_prompt - set_color blue - echo task - set_color normal - task - end -end +set -U fish_greeting "" export VISUAL="nvim" export EDITOR="nvim" @@ -137,13 +128,6 @@ 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