summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-08-30 00:33:01 +0200
committerStefan Ritter <xeno@thehappy.de>2010-08-30 00:33:01 +0200
commit146be0bbc0c16c7858425eea2742daf34a82c326 (patch)
tree040707cf4921a73e52004c4209b6fac10b610027
parent1426c8a33237097b62af694cdfaf361127356781 (diff)
parent2ac330dbf357b6b9711d02a842afe377c481f351 (diff)
Merge branch 'master' of git@fucktheforce.de:xeno
-rw-r--r--zsh/zshrc14
1 files changed, 12 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 082b2a7..51e179f 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,5 +1,3 @@
-#w
-#w
#PUSER=%{$(echo -n '\e[0;37m')%}%n
#PATKI=%{$(echo -n '\e[0;37m')%}@
#PHOST=%{$(echo -n '\e[1;33m')%}%m
@@ -15,12 +13,24 @@ zstyle ':completion:*' special-dirs true
zstyle ':completion:*:*:kill:*' menu yes select
zstyle ':completion:*:kill:*' force-list always
+zmodload -a zsh/complist complist
+
setopt nobeep
setopt autocd
setopt listpacked
setopt listtypes
+setopt extended_glob
+setopt menu_complete
+setopt always_to_end
+setopt auto_param_slash
+
setopt append_history
setopt share_history
+setopt hist_ignore_dups
+setopt inc_append_history
+setopt extended_history
+
+unset correct
export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games:~/etc/bin/
export EMAIL=xeno@thehappy.de