summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-02-02 13:07:23 +0100
committerGravatar Tom Willemsen2011-02-02 13:07:23 +0100
commit903d8a19d9b5bcaaac8da39b65b6f38885563bb1 (patch)
tree2884afaa2b4c5dc9915c6960a641366fe24944c0
parentaae89b5f0e8fbc0f03b13d15077ba7f6c4ce3467 (diff)
downloaddotfiles-903d8a19d9b5bcaaac8da39b65b6f38885563bb1.tar.gz
dotfiles-903d8a19d9b5bcaaac8da39b65b6f38885563bb1.zip
Tamsyn font for linux console and submodule updates
* Added a few lines to my zshrc to switch the font when logging in on a TTY. * Updated all the submodules.
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