fixed bug in zshrc
This commit is contained in:
parent
4a799e24b3
commit
fd62494e02
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@ export ZSH=~/.dotfiles/lib/ohmyzsh
|
||||||
ZSH_THEME="pygmalion"
|
ZSH_THEME="pygmalion"
|
||||||
|
|
||||||
# Path
|
# Path
|
||||||
export PATH="$HOME/utils:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
|
export PATH="$HOME/.gem/ruby/2.2.0/bin:$HOME/utils:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(gem bundler composer git pip vagrant docker python extract)
|
plugins=(gem bundler composer git pip vagrant docker python extract)
|
||||||
plugins+=(npm systemd systemadmin frontend-search gitignore)
|
plugins+=(npm systemd systemadmin frontend-search gitignore)
|
||||||
plugins+=(command-not-found colored-man)
|
plugins+=(command-not-found colored-man)
|
||||||
|
|
||||||
if [ $(uname -n) = "megumi" ]; then
|
if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then
|
||||||
plugins+=(archlinux)
|
plugins+=(archlinux)
|
||||||
fi
|
fi
|
||||||
if [ $(uname -n) = "mail" ]; then
|
if [ $(uname -n) = "mail" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue