mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(fish): cleaned up functions
This commit is contained in:
parent
c3a3e04571
commit
7a0a6b639a
4 changed files with 1 additions and 32 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue