diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-08-17 00:15:02 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-08-17 00:15:02 +0200 |
commit | 2ac330dbf357b6b9711d02a842afe377c481f351 (patch) | |
tree | edfbb286f8ae825a3a30bcf45da251628555b834 /zsh/zshrc | |
parent | 45326cc747aef0dd6460b94af9048029f4596c0e (diff) |
Add some foobar to my zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |