aboutsummaryrefslogtreecommitdiffstats
path: root/_zshrc
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-27 16:19:01 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-27 16:19:01 +0800
commitb909155dbb93605a3b0870635228f0662d628505 (patch)
tree0a69d66befe201a4a7316fa2fc6b2d7898be6c4f /_zshrc
parentae3aa8ecfa10c6e1b044067e9751d9454d8544df (diff)
downloaddotfiles-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--_zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/_zshrc b/_zshrc
index cf6e1fc..8aa8ffd 100644
--- a/_zshrc
+++ b/_zshrc
@@ -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
##