]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Unnecessary escape
[dotfiles.git] / zsh / .zshrc
index 02a85dbaaa634b7f084e052a514bd527c80a16df..2f04f405d7c11c5f137d809fe317200896c54a45 100644 (file)
@@ -1,7 +1,6 @@
 # vim: foldmethod=marker:foldlevel=0
 
 # Basic options {{{
-setopt INTERACTIVE_COMMENTS
 setopt GLOB_STAR_SHORT GLOB_DOTS EXTENDED_GLOB
 setopt NO_NOMATCH
 setopt AUTO_PUSHD PUSHD_IGNORE_DUPS
@@ -53,7 +52,7 @@ bindkey -M isearch "^[[B" history-incremental-pattern-search-forward
 function zle-line-init zle-keymap-select {
     mode_vi=${${KEYMAP/vicmd/+}/(main|viins)/-}
     [[ $timer ]] && timer_show=$(( $SECONDS - $timer ))
-    prompt="%2~|"
+    prompt="%2~ "
     prompt+="%U${timer_show}%u|"
     prompt+="%B%?%b"
     prompt+="${mode_vi}"
@@ -154,7 +153,7 @@ mailpath=(
     ~/mail/mbox"?Neue Nachrichten in =mbox"
     ~/mail/arbeit"?Neue Nachrichten in =arbeit"
 )
-alias arr="mutt -f \=arbeit -e 'source ~/.mutt/accounts/stcnet.ru'"
+alias arr="mutt -f =arbeit -e 'source ~/.mutt/accounts/stcnet.ru'"
 alias sent="mutt -f =sent-\`date '+%y-%m'\`"
 bindkey -s "\eOP" " inc\n" # F1
 # }}}