This website requires JavaScript.
Explore
Help
Sign In
klesh
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
99efc6fc5e
dotfiles
/
cli
/
fish
/
functions
/
append_paths.fish
7 lines
121 B
Fish
Raw
Normal View
History
Unescape
Escape
[misc] move function to functions folder
2020-11-15 16:19:29 +00:00
function
append_paths
for
f
in
$argv
[feature] add dotfiles/bin to path
2021-01-17 03:48:41 +00:00
test
-e
$f
&&
!
contains
$f
$PATH
&&
set
-gx
PATH
$f
$PATH
[misc] move function to functions folder
2020-11-15 16:19:29 +00:00
end
end
Reference in New Issue
Copy Permalink