From 926bab2aa30e103fa4f3df43268bb953cd84f643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 26 Apr 2014 18:47:24 +0200 Subject: [PATCH] Add some zsh options. --- zsh/zshrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index efde24f..768aed2 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -57,6 +57,20 @@ man() { man "$@" } +### SHELL OPTIONS +setopt AUTO_CD +setopt APPEND_HISTORY +setopt HIST_IGNORE_DUPS +setopt NOHIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE +setopt CORRECT +setopt RM_STAR_SILENT +setopt BG_NICE +setopt CHECK_JOBS +setopt HUP +setopt LONG_LIST_JOBS + + [[ $TERM == "urxvt" ]] && export TERM="rxvt-unicode" ### ALIASES