diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-27 16:19:01 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-27 16:19:01 +0800 |
commit | b909155dbb93605a3b0870635228f0662d628505 (patch) | |
tree | 0a69d66befe201a4a7316fa2fc6b2d7898be6c4f /_zshrc | |
parent | ae3aa8ecfa10c6e1b044067e9751d9454d8544df (diff) | |
download | dotfiles-b909155dbb93605a3b0870635228f0662d628505.tar.bz2 |
Update ZSH configuration.
* `_zlogout`: also check `clear`
* `_zshrc.local`: remove PATH and locale settings (already in `.profile`)
Diffstat (limited to '_zshrc')
-rw-r--r-- | _zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ ## ## ~/.zshrc -## Zsh configuration file +## ZSH configuration file ## oh-my-zsh: http://ohmyz.sh/ ## ## Zsh reads this file in all interactive shells, whether they are ## login shells or not. ## ## Aaron LI +## Created: 2014-05-31 ## Updated: 2016-01-26 ## |