1
0
forked from extern/nix-config

fish: Remove task integration

Since I no longer use taskwarrior, this is no longer needed.
This commit is contained in:
Donovan Glover 2023-01-08 20:15:57 -05:00
parent 4aed765e41
commit c049703c62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,16 +1,7 @@
# New Start: A modern Arch workflow built with an emphasis on functionality. # New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017-2022 Donovan Glover # Copyright (C) 2017-2022 Donovan Glover
# Show tasks when opening a new terminal set -U fish_greeting ""
function fish_greeting
if test "$PWD" = "$HOME"
fish_prompt
set_color blue
echo task
set_color normal
task
end
end
export VISUAL="nvim" export VISUAL="nvim"
export EDITOR="nvim" export EDITOR="nvim"
@ -137,13 +128,6 @@ if not set -q set_abbr
abbr vs "vagrant ssh" abbr vs "vagrant ssh"
abbr vp "vagrant provision" 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 dl "yt-dlp"
abbr vol "amixer set 'Master'" # Change the volume, e.g. vol 10%+, vol 10%-, vol 100% 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 abbr copy "xclip -sel clip <" # Easily copy the contents of any file