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.
This commit is contained in:
parent
aae89b5f0e
commit
903d8a19d9
4 changed files with 6 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5160cfe8e94c0277f4dc27dad31024e11ccc4e08
|
Subproject commit fd0718e3f81b5427af4a65cc57495d02a15b5fb0
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b2b0b7862291948c63c4a508eb62eea393a757f
|
Subproject commit a59b45351b4ac5b1a6bc02e464f87c3180d98338
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea792cbf87248c81fe8b3551f6b362832495815e
|
Subproject commit 93c9e6a75364250c3d8474e5da0b7262854a7856
|
3
zshrc
3
zshrc
|
@ -86,3 +86,6 @@ if [ -z $EMACS ]; then
|
||||||
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
|
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
|
||||||
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
|
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
|
||||||
fi
|
fi
|
||||||
|
if [ "$TERM" = "linux" ]; then
|
||||||
|
setfont /usr/share/kbd/consolefonts/Tamsyn8x15r.psf
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue