ref(fish): set is local by default

This commit is contained in:
Léana 江 2023-05-06 17:19:00 +02:00 committed by Léana 江
parent 35e733418f
commit c33a8aaea8
7 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
function remove_path
if set -l index (contains -i $argv[1] $PATH)
if set index (contains -i $argv[1] $PATH)
set --erase --universal fish_user_paths[$index]
echo "Updated PATH: $PATH"
else