added .Xresources and enabled zsh-syntax-highlighting
This commit is contained in:
parent
fca032d773
commit
2e31384d35
3 changed files with 3 additions and 1 deletions
1
.Xresources
Normal file
1
.Xresources
Normal file
|
|
@ -0,0 +1 @@
|
|||
xterm*termName: xterm-256color
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@
|
|||
!.oh-my-zsh
|
||||
!.signature
|
||||
!.vimrc
|
||||
!.Xresources
|
||||
!.zshrc
|
||||
|
||||
!README.md
|
||||
|
|
|
|||
2
.zshrc
2
.zshrc
|
|
@ -49,7 +49,7 @@ DISABLE_AUTO_UPDATE="true"
|
|||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(colored-man)
|
||||
plugins=(colored-man zsh-syntax-highlighting)
|
||||
|
||||
# User configuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue