fish function for advanced path loading
This commit is contained in:
parent
fddea1eabd
commit
9d87e91672
1 changed files with 3 additions and 0 deletions
3
shells/fish/functions/add_to_path.fish
Normal file
3
shells/fish/functions/add_to_path.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function add_to_path --description 'Persistently prepends paths to your PATH'
|
||||||
|
set --universal fish_user_paths $fish_user_paths $argv
|
||||||
|
end
|
Loading…
Reference in a new issue