From ee7bc1575b90adeef80e0012fe1f9175f4fdb35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 7 Oct 2017 23:45:24 +0200 Subject: Delete old stuff. --- .zsh/zshrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.zsh') diff --git a/.zsh/zshrc b/.zsh/zshrc index acf1403..c185ef6 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -69,9 +69,6 @@ alias -s flac='mplayer' alias -s odt='soffice' alias -s ods='soffice' -# ~/.bins stuff -alias sdedit='java -jar ~/.bins/sdedit-3.0.4.jar' - # the config management stuff alias config='git --git-dir=$HOME/.config.git/ --work-tree=$HOME' alias cstg='GIT_DIR=$HOME/.config.git stg' @@ -169,7 +166,7 @@ setopt prompt_subst if is-at-least 4.3.9; then autoload -Uz vcs_info - zstyle ":vcs_info:*" enable bzr cvs svn git hg + zstyle ":vcs_info:*" enable cvs svn git hg zstyle ":vcs_info:*" formats "%B%{$fg[yellow]%}[%{$fg[green]%}(%u%c) %{$fg[yellow]%}%b:%1.7i%f%%b (%s)%B%{$fg[yellow]%}]%f%%b" zstyle ":vcs_info:*" branchformat "%b" zstyle ":vcs_info:*" get-revision true @@ -180,10 +177,6 @@ if is-at-least 4.3.9; then zstyle ":vcs_info:hg:*" unstagedstr '*' zstyle ":vcs_info:hg:*" hgrevformat '%r' - # bzr stuff - zstyle ":vcs_info:bzr:*" unstagedstr '*' - zstyle ":vcs_info:bzr:*" use-simple true - RPROMPT='${vcs_info_msg_0_:+"${vcs_info_msg_0_} "}'"${RPROMPT}" add-zsh-hook precmd vcs_info -- cgit v1.2.3