Adding syntax highlighting on arch.
This commit is contained in:
parent
3f058ee38d
commit
bdf4ba3285
6
zshrc
6
zshrc
@ -44,6 +44,7 @@ alias bootlfs='sudo screen -d -m VBoxHeadless -s LFS > /dev/null'
|
||||
alias emacs='emacs -nw'
|
||||
alias aiawiki='ssh aia -L 80:ldap2:80'
|
||||
alias rbtv='livestreamer twitch.tv/rocketbeanstv &'
|
||||
alias taketv='livestreamer twitch.tv/taketv &'
|
||||
alias ls='ls --color=auto'
|
||||
export ASPROOT=~/.asp
|
||||
export PATH=$PATH:/home/fab/bin:/home/fab/.gem/ruby/2.2.0/bin
|
||||
@ -71,6 +72,11 @@ then
|
||||
source /usr/bin/virtualenvwrapper_lazy.sh
|
||||
fi
|
||||
|
||||
if [ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]
|
||||
then
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
fi
|
||||
|
||||
# displaying current virtual env
|
||||
grml_theme_add_token virtual-env -f virtual_env_prompt '%F{magenta}' '%f'
|
||||
zstyle ':prompt:grml:left:setup' items rc virtual-env change-root user at host path vcs percent
|
||||
|
Loading…
Reference in New Issue
Block a user