Guest User

Untitled

a guest
Mar 26th, 2015
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # Lines configured by zsh-newuser-install
  2.  
  3. setopt autocd extendedglob appendhistory HIST_IGNORE_ALL_DUPS HIST_REDUCE_BLANKS HIST_IGNORE_SPACE INC_APPEND_HISTORY correctall nomatch notify
  4. unsetopt beep
  5. bindkey -e
  6. # End of lines configured by zsh-newuser-install
  7. # The following lines were added by compinstall
  8. zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
  9. zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
  10. zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} r:|[._-]=** r:|=**'
  11. zstyle ':completion:*' menu select=6
  12. zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
  13. zstyle ':completion:*' use-compctl false
  14. zstyle :compinstall filename '$HOME/.zshrc'
  15. autoload -Uz compinit
  16. compinit
  17. # End of lines added by compinstall
  18.  
  19. # RPROMPT=' %T %y%b'
  20. # PROMPT='%~[%n]=> '
  21. # PS1='%(?.%F{green}.%F{red})%#%f '
  22. # RPS1='[%B%F{blue}%~%f%b]'
  23. PROMPT=$'%B%{\e[0;36m%}┌─[%{\e[0;33m%}%n%{\e[0;36m%}@%{\e[0;33m%}%m%{\e[0;36m%}]──(%{\e[0;33m%}%~%{\e[0;36m%})\n└─[%(?.%F{green}.%F{red})%#%f %{\e[0;36m%}>%b '
  24. #PROMPT=$'%B%{\e[0;36m%}┌─[%{\e[0;33m%}%n%{\e[0;36m%}]──(%{\e[0;33m%}%~%{\e[0;36m%})\n└─[%(?.%F{green}.%F{red})%#%f %{\e[0;36m%}>%b '
  25. PROMPT2='%i%U> '
  26. case $TERM in (xterm*|rxvt|sakura)
  27. precmd () { print -Pn "\e]0;%n@%m: %~\a" }
  28. preexec () { print -Pn "\e]0;%n@%m: $1\a" }
  29. ;;
  30. esac
  31.  
  32. alias ssh='nocorrect ssh'
Advertisement
Add Comment
Please, Sign In to add comment