diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,8 +6,7 @@ setopt appendhistory autocd extendedglob unsetopt beep bindkey -v zstyle ':completion:*' menu select -zstyle ':completion:*' format '%BCompleting %d%b' -zstyle ':completion:*' menu select=20 +#zstyle ':completion:*' format '%BCompleting %d%b' # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/vasko/.zshrc' @@ -18,7 +17,7 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \ 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' # End of lines added by compinstall -source .bash_aliases +source ~/.bash_aliases export PS1='%n@%m:%~%% ' |