summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------config/awesome/vicious0
m---------emacs.d/naquadah-theme0
m---------zsh/syntax-highlighting0
-rw-r--r--zshrc3
4 files changed, 3 insertions, 0 deletions
diff --git a/config/awesome/vicious b/config/awesome/vicious
-Subproject 5160cfe8e94c0277f4dc27dad31024e11ccc4e0
+Subproject fd0718e3f81b5427af4a65cc57495d02a15b5fb
diff --git a/emacs.d/naquadah-theme b/emacs.d/naquadah-theme
-Subproject 9b2b0b7862291948c63c4a508eb62eea393a757
+Subproject a59b45351b4ac5b1a6bc02e464f87c3180d9833
diff --git a/zsh/syntax-highlighting b/zsh/syntax-highlighting
-Subproject ea792cbf87248c81fe8b3551f6b362832495815
+Subproject 93c9e6a75364250c3d8474e5da0b7262854a785
diff --git a/zshrc b/zshrc
index fbd0458..60d46f1 100644
--- a/zshrc
+++ b/zshrc
@@ -86,3 +86,6 @@ if [ -z $EMACS ]; then
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
fi
+if [ "$TERM" = "linux" ]; then
+ setfont /usr/share/kbd/consolefonts/Tamsyn8x15r.psf
+fi