Add 'addtopath' alias
This commit is contained in:
parent
74234a8c6b
commit
3ba93f04dc
@ -52,6 +52,9 @@ switch (id -u)
|
|||||||
# Everyone else
|
# Everyone else
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Alias 'addtopath' -> 'fish_add_path -P' for temporarily prepending a dir to your PATH
|
||||||
|
alias addtopath 'fish_add_path -P'
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
# Greeting Function #
|
# Greeting Function #
|
||||||
#####################
|
#####################
|
||||||
|
Loading…
Reference in New Issue
Block a user