]> git.pld-linux.org Git - packages/zsh.git/blobdiff - zshrc
up to 5.6.2
[packages/zsh.git] / zshrc
diff --git a/zshrc b/zshrc
index 96c0d75e9b47f970ee5ce8b0d542622dad853f9d..0eb27b60ac5a941478be0ba4e384064aad1a8554 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -13,7 +13,6 @@ alias halt=' halt'
 alias init=' init'
 alias poweroff=' poweroff'
 alias reboot=' reboot'
-alias runlevel=' runlevel'
 alias shutdown=' shutdown'
 alias telinit=' telinit'
 
@@ -23,7 +22,7 @@ for i in /etc/shrc.d/**/*.sh(N); do
 done
 unset i
 
-setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt
+setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt hist_verify
 
 bindkey -e >/dev/null 2>&1
 
@@ -47,3 +46,7 @@ case "$TERM" in
                bindkey '^[[B' history-beginning-search-forward >/dev/null 2>&1
                ;;
 esac
+if [ "$TERM" = 'screen' ]; then
+               screen_title () { print -Pn "\ek%n@%m: %~\e\\" }
+               precmd_functions=(screen_title)
+fi
This page took 1.68105 seconds and 4 git commands to generate.