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:
parent
4aed765e41
commit
c049703c62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user