refactor(functions): renamed fish functions

This commit is contained in:
Léana 江 2022-12-28 15:18:37 +01:00
parent 6e518d7ec9
commit 06361e36ec
4 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,5 @@
function add_paths
contains -- $argv $fish_user_paths
or set --universal fish_user_paths $fish_user_paths $argv
echo "Updated PATH: $PATH"
end