projects
/
dotfiles
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Filetype-specific tabstops
[dotfiles]
/
.bash_profile
1
# Mac OSX sources .profile instead of .bashrc, so just source .bashrc
2
if [ -f ~/.bashrc ]; then
3
. ~/.bashrc
4
fi