1

Add 'addtopath' alias

This commit is contained in:
Jessie Hildebrandt 2022-02-03 01:17:44 -05:00
parent 74234a8c6b
commit 3ba93f04dc

View File

@ -52,6 +52,9 @@ switch (id -u)
# Everyone else
end
# Alias 'addtopath' -> 'fish_add_path -P' for temporarily prepending a dir to your PATH
alias addtopath 'fish_add_path -P'
#####################
# Greeting Function #
#####################