This website requires JavaScript.
Explore
Help
Sign In
wgester
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
forked from
colonelpanic/dotfiles
Code
Pull Requests
Activity
dotfiles
/
dotfiles
/
lib
/
bash.sh
4 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
Prompt fixes in zsh.
2014-04-08 11:00:25 -07:00
for
filename in ~/.lib/bash/*
;
do
source
$filename
done
Copy Permalink