This website requires JavaScript.
Explore
Help
Sign In
jpm
/
.dotfiles
Watch
1
Star
1
Fork
You've already forked .dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c630d25a1b
.dotfiles
/
bash
/
path.host
6 lines
115 B
Plaintext
Raw
Blame
History
for i in `find $HOME/scripts/distrobox -maxdepth 1`; do
if [ -d $i ]; then
PATH="$i:$PATH"
fi
done
Reference in New Issue
View Git Blame
Copy Permalink