index
:
dotfiles
main
Personal dotfiles
Marc Pervaz Boocha
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.zprofile
blob: 214f6de300c9f77ee4cce22c915647ebe82fe235 (
plain
) (
blame
)
1
2
3
4
5
6
7
#!zsh -l
if
test
-f
"
$HOME
"
/.profile
then
emulate
sh
-c
'. $HOME/.profile'
fi