Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Lines configured by zsh-newuser-install
- setopt autocd extendedglob appendhistory HIST_IGNORE_ALL_DUPS HIST_REDUCE_BLANKS HIST_IGNORE_SPACE INC_APPEND_HISTORY correctall nomatch notify
- unsetopt beep
- bindkey -e
- # End of lines configured by zsh-newuser-install
- # The following lines were added by compinstall
- zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
- zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
- zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} r:|[._-]=** r:|=**'
- zstyle ':completion:*' menu select=6
- zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
- zstyle ':completion:*' use-compctl false
- zstyle :compinstall filename '$HOME/.zshrc'
- autoload -Uz compinit
- compinit
- # End of lines added by compinstall
- # RPROMPT=' %T %y%b'
- # PROMPT='%~[%n]=> '
- # PS1='%(?.%F{green}.%F{red})%#%f '
- # RPS1='[%B%F{blue}%~%f%b]'
- 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 '
- #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 '
- PROMPT2='%i%U> '
- case $TERM in (xterm*|rxvt|sakura)
- precmd () { print -Pn "\e]0;%n@%m: %~\a" }
- preexec () { print -Pn "\e]0;%n@%m: $1\a" }
- ;;
- esac
- alias ssh='nocorrect ssh'
Advertisement
Add Comment
Please, Sign In to add comment