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
c59ea9601b
dotfiles
/
cli
/
fish
/
functions
/
source_files.fish
7 lines
86 B
Fish
Raw
Normal View
History
Unescape
Escape
[misc] move function to functions folder
2020-11-15 16:19:29 +00:00
function
source_files
for
f
in
$argv
[bugfix] .profile.fish wont be sourced
2020-12-06 03:44:36 +00:00
test
-e
$f
&&
source
$f
[misc] move function to functions folder
2020-11-15 16:19:29 +00:00
end
end
Reference in New Issue
Copy Permalink