Changed zshrc
This commit is contained in:
parent
ed09cf4f21
commit
c127af49bb
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# ohmyzsh Path
|
# Oh My ZSH Path
|
||||||
export ZSH=~/.dotfiles/lib/ohmyzsh
|
export ZSH=~/.dotfiles/lib/ohmyzsh
|
||||||
|
|
||||||
# ohmyzsh Theme
|
# Oh My ZSH Theme
|
||||||
ZSH_THEME="pygmalion"
|
ZSH_THEME="pygmalion"
|
||||||
|
|
||||||
# Path
|
# Path
|
||||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
|
export PATH="/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 archlinux systemd systemadmin frontend-search gitignore)
|
plugins+=(npm archlinux systemd systemadmin frontend-search gitignore)
|
||||||
plugins+=(command-not-found colored-man)
|
plugins+=(command-not-found colored-man)
|
||||||
|
@ -23,8 +23,6 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Shell Syntax Highlighter
|
# Shell Syntax Highlighter
|
||||||
source ~/.dotfiles/lib/highlighting/zsh-syntax-highlighting.zsh
|
source ~/.dotfiles/lib/highlighting/zsh-syntax-highlighting.zsh
|
||||||
source ~/.dotfiles/lib/highlighting/main/main-highlighter.zsh
|
|
||||||
source ~/.dotfiles/lib/highlighting/brackets/brackets-highlighter.zsh
|
|
||||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||||
|
|
||||||
# CD without typing cd
|
# CD without typing cd
|
||||||
|
|
Loading…
Add table
Reference in a new issue