diff --git a/config/awesome/vicious b/config/awesome/vicious index 5160cfe..fd0718e 160000 --- a/config/awesome/vicious +++ b/config/awesome/vicious @@ -1 +1 @@ -Subproject commit 5160cfe8e94c0277f4dc27dad31024e11ccc4e08 +Subproject commit fd0718e3f81b5427af4a65cc57495d02a15b5fb0 diff --git a/emacs.d/naquadah-theme b/emacs.d/naquadah-theme index 9b2b0b7..a59b453 160000 --- a/emacs.d/naquadah-theme +++ b/emacs.d/naquadah-theme @@ -1 +1 @@ -Subproject commit 9b2b0b7862291948c63c4a508eb62eea393a757f +Subproject commit a59b45351b4ac5b1a6bc02e464f87c3180d98338 diff --git a/zsh/syntax-highlighting b/zsh/syntax-highlighting index ea792cb..93c9e6a 160000 --- a/zsh/syntax-highlighting +++ b/zsh/syntax-highlighting @@ -1 +1 @@ -Subproject commit ea792cbf87248c81fe8b3551f6b362832495815e +Subproject commit 93c9e6a75364250c3d8474e5da0b7262854a7856 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