Add some updates to fish shell

This commit is contained in:
Colin Powell
2020-01-30 15:08:03 -05:00
parent d764aca0cd
commit 14da7ca286
4 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,6 @@
source ~/.asdf/asdf.fish
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx PATH ~/.fzf/bin $PATH
set -gx PATH ~/.local/bin $PATH

View File

@ -1,3 +0,0 @@
function changepaper
~/.config/systemd/user/changepaper.sh
end

View File

@ -1,4 +0,0 @@
function checkmail
mbsync -a
notmuch new
end