mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 15:39:41 +00:00
ref(nix): ✨ mkOptions ✨
This commit is contained in:
parent
d98d30916b
commit
989d025f56
42 changed files with 80 additions and 78 deletions
6
nix/home/_/fish/functions/fish_remove_path.fish
Normal file
6
nix/home/_/fish/functions/fish_remove_path.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if set index (contains -i $argv[1] $fish_user_path)
|
||||
set --erase --universal fish_user_paths[$index]
|
||||
echo "Updated fish_user_path: $fish_user_path"
|
||||
else
|
||||
echo "$argv[1] not found in fish_user_path: $fish_user_path"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue