diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-29 22:34:15 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-29 22:34:15 +0200 |
commit | 25723e658f16b789dff2872e99facde3381615bd (patch) | |
tree | 05f3ce484b368712914a6e614bc10cbeb01d8a74 /zshrc | |
parent | d6b92b2717fc65c90210e45312a2185e35870698 (diff) | |
parent | 5f42ac635624c8d7013c4dd8b6f9aa4bc5fa7f06 (diff) | |
download | dotfiles-25723e658f16b789dff2872e99facde3381615bd.tar.gz dotfiles-25723e658f16b789dff2872e99facde3381615bd.tar.bz2 dotfiles-25723e658f16b789dff2872e99facde3381615bd.zip |
Merge branch 'master' of https://github.com/Vaskozl/dotfiles
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:%~%% ' |