ref(fish): cleaned up functions

This commit is contained in:
Léana 江 2023-10-02 06:50:13 +02:00 committed by Léana 江
parent c3a3e04571
commit 7a0a6b639a
4 changed files with 1 additions and 32 deletions

View file

@ -1,4 +1,4 @@
function add_paths
function add_paths --description "add to PATH idempotently"
contains -- $argv $fish_user_paths
or set --universal fish_user_paths $fish_user_paths $argv
echo "Updated PATH: $PATH"