added .Xresources and enabled zsh-syntax-highlighting

This commit is contained in:
Johannes Findeisen 2015-06-27 00:26:38 +02:00
commit 2e31384d35
3 changed files with 3 additions and 1 deletions

1
.Xresources Normal file
View file

@ -0,0 +1 @@
xterm*termName: xterm-256color

1
.gitignore vendored
View file

@ -7,6 +7,7 @@
!.oh-my-zsh !.oh-my-zsh
!.signature !.signature
!.vimrc !.vimrc
!.Xresources
!.zshrc !.zshrc
!README.md !README.md

2
.zshrc
View file

@ -49,7 +49,7 @@ DISABLE_AUTO_UPDATE="true"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(colored-man) plugins=(colored-man zsh-syntax-highlighting)
# User configuration # User configuration