From 2e31384d357b1fde85b0cdacc92dee407df5318c Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 27 Jun 2015 00:26:38 +0200 Subject: [PATCH] added .Xresources and enabled zsh-syntax-highlighting --- .Xresources | 1 + .gitignore | 1 + .zshrc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 00000000..259ba360 --- /dev/null +++ b/.Xresources @@ -0,0 +1 @@ +xterm*termName: xterm-256color diff --git a/.gitignore b/.gitignore index e61d3d62..50c1d458 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ !.oh-my-zsh !.signature !.vimrc +!.Xresources !.zshrc !README.md diff --git a/.zshrc b/.zshrc index 816a12f3..e2f12f38 100644 --- a/.zshrc +++ b/.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