fish function for advanced path loading

This commit is contained in:
Marcel Kapfer 2017-07-31 17:55:04 +02:00
parent fddea1eabd
commit 9d87e91672
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function add_to_path --description 'Persistently prepends paths to your PATH'
set --universal fish_user_paths $fish_user_paths $argv
end