mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
ref(fish): set is local by default
This commit is contained in:
parent
35e733418f
commit
c33a8aaea8
7 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue