diff options
author | Julian T <julian@jtle.dk> | 2020-09-05 16:11:05 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-05 16:11:05 +0200 |
commit | 9619fc9b546dc6634487cbe666088403178f4f2a (patch) | |
tree | 3a74bcbf7f2af85ec0e14e92ee16ca4a6c5132c0 /zsh/.zshrc | |
parent | 2d721a37515dc22e94bcb7d6d88a5702b3370cf4 (diff) |
Removed unused vcs_info import from zsh
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,10 +19,7 @@ SAVEHIST=1000000 unsetopt beep # End of lines configured by zsh-newuser-install -autoload -Uz vcs_info autoload -U colors && colors -zstyle ':vcs_info:*' formats '%F{075}(%F{078}%b%u%c%F{075})' -precmd() {vcs_info} function git_info { local bname="$(git rev-parse --abbrev-ref HEAD 2> /dev/null)" |