some options sets and unsets

This commit is contained in:
Sameer Rahmani 2013-05-03 18:09:10 +04:30
parent c04cd96ae4
commit 516ac668d7
1 changed files with 10 additions and 0 deletions

10
my.zsh
View File

@ -17,5 +17,15 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# -----------------------------------------------------------------------------
setopt HIST_IGNORE_DUPS \
NO_HIST_BEEP \
PROMPT_SUBST \
NO_BEEP \
AUTO_CD \
CORRECT
unsetopt SHARE_HISTORY
cdpath=(~/src .)
[[ -z "$PS1" ]] && return