added functions
This commit is contained in:
5
functions/addpaths.fish
Normal file
5
functions/addpaths.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
function addpaths
|
||||
contains -- $argv $fish_user_paths
|
||||
or set -U fish_user_paths $fish_user_paths $argv
|
||||
echo "Updated PATH: $PATH"
|
||||
end
|
||||
Reference in New Issue
Block a user