Add more ZSH plugins
This commit is contained in:
parent
30541aca6b
commit
c6bc193c52
1 changed files with 17 additions and 2 deletions
19
bash/.zshrc
19
bash/.zshrc
|
@ -3,7 +3,23 @@ export ZSH=/usr/share/oh-my-zsh/
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(git-extras catimg django npm pip pyenv python)
|
plugins=(
|
||||||
|
git-extras
|
||||||
|
catimg
|
||||||
|
django
|
||||||
|
npm
|
||||||
|
pip
|
||||||
|
pyenv
|
||||||
|
python
|
||||||
|
common-aliases
|
||||||
|
dircycles
|
||||||
|
gitfast
|
||||||
|
jsontools
|
||||||
|
systemd
|
||||||
|
nyan
|
||||||
|
lol
|
||||||
|
web-search
|
||||||
|
)
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=en_GB.UTF-8
|
export LANG=en_GB.UTF-8
|
||||||
|
@ -18,6 +34,5 @@ export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold
|
||||||
alias src="source $HOME/.zshrc"
|
alias src="source $HOME/.zshrc"
|
||||||
|
|
||||||
export DOTFILES="$HOME/.dotfiles"
|
export DOTFILES="$HOME/.dotfiles"
|
||||||
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
|
|
||||||
|
|
||||||
source $DOTFILES/bash/base.sh
|
source $DOTFILES/bash/base.sh
|
||||||
|
|
Loading…
Reference in a new issue