.zshrc help text update.
This commit is contained in:
parent
a3ae1e4abc
commit
b18d8be6ef
1 changed files with 5 additions and 3 deletions
8
.zshrc
8
.zshrc
|
|
@ -38,8 +38,10 @@ if [ -n "$TMUX" ]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source some private stuff or custom things that are different on my systems.
|
# Source some private stuff or custom things that are different on my
|
||||||
# This file is not in the Git repository!
|
# systems. This file is not in the Git repository! Everything in this
|
||||||
# Everything in this file overrides configuration settings already loaded.
|
# file overrides configuration settings already loaded. Stuff configured
|
||||||
|
# in this file must not be required in any of the above configuration
|
||||||
|
# and scripts.
|
||||||
source ~/.penv
|
source ~/.penv
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue