diff options
author | June McEnroe <programble@gmail.com> | 2011-09-10 23:11:54 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2011-09-10 23:11:54 -0400 |
commit | be5344609a141c3ee8b2c2b45d233719d4e2aa95 (patch) | |
tree | a8f332a8b13f88cb8ae5109259286d890956ad51 | |
parent | Added README (diff) | |
download | src-be5344609a141c3ee8b2c2b45d233719d4e2aa95.tar.gz src-be5344609a141c3ee8b2c2b45d233719d4e2aa95.zip |
Enabled interactive comments in ZSH
-rw-r--r-- | _zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_zshrc b/_zshrc index 9400985c..afb76ca2 100644 --- a/_zshrc +++ b/_zshrc @@ -36,6 +36,7 @@ bindkey "\e[H" beginning-of-line bindkey "\e[F" end-of-line setopt autopushd +setopt interactive_comments source /etc/profile.d/autojump.zsh |