Add new fish functions and add path stuffs

This commit is contained in:
Colin Powell
2019-07-29 08:36:59 -04:00
parent df07e6f896
commit d479af0638
5 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,6 @@
fzf_key_bindings
source ~/.asdf/asdf.fish
set PATH ~/.fzf/bin $PATH
set -gx PATH ~/.fzf/bin $PATH
fzf_key_bindings
set -gx PATH ~/.asdf/installs/rust/1.36.0/bin $PATH
set -gx PATH ~/.emacs.d/bin $PATH
eval (python -m virtualfish)

View File

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

View File

@ -0,0 +1,3 @@
function newpass
xkcdpass -n4 | xclip -selection c
end

View File

@ -1,3 +0,0 @@
function passe
pass -c elation/$argv
end

View File

@ -0,0 +1,3 @@
function passf
pass -c 15five/$argv
end