Add new fish functions and add path stuffs
This commit is contained in:
@ -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)
|
||||
|
||||
3
fish/.config/fish/functions/changepaper.fish
Normal file
3
fish/.config/fish/functions/changepaper.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function changepaper
|
||||
~/.config/systemd/user/changepaper.sh
|
||||
end
|
||||
3
fish/.config/fish/functions/newpass.fish
Normal file
3
fish/.config/fish/functions/newpass.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function newpass
|
||||
xkcdpass -n4 | xclip -selection c
|
||||
end
|
||||
@ -1,3 +0,0 @@
|
||||
function passe
|
||||
pass -c elation/$argv
|
||||
end
|
||||
3
fish/.config/fish/functions/passf.fish
Normal file
3
fish/.config/fish/functions/passf.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function passf
|
||||
pass -c 15five/$argv
|
||||
end
|
||||
Reference in New Issue
Block a user