pinosaur
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
zsh and rc file abstract
[dotfiles.git]
/
.zprofile
1
2
source ~/.config/shell/commonprofile
3
4
[ -f "$ZDOTDIR/.zshrc" ] && source "$ZDOTDIR/.zshrc"
5