summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc9
1 files changed, 1 insertions, 8 deletions
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