added a file check for ~/.zshprivate before sourcing
This commit is contained in:
parent
5637c2cb95
commit
bf1179145b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
|
@ -2,7 +2,10 @@
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin
|
||||||
|
|
||||||
# Now source some stuff that should not be public
|
# Now source some stuff that should not be public
|
||||||
|
if [ -e ~/.zshprivate ]
|
||||||
|
then
|
||||||
source ~/.zshprivate
|
source ~/.zshprivate
|
||||||
|
fi
|
||||||
|
|
||||||
# History settings
|
# History settings
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue