diff options
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3325,3 +3325,11 @@ fi if [ -f ~/.zsh_dirstack ]; then . ~/.zsh_dirstack fi + +if [ -f ~/.zsh_prog ]; then + . ~/.zsh_prog +fi + +if [ -f ~/.zshrc_orig ]; then + . ~/.zshrc_orig +fi |
