summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources2
-rw-r--r--.zsh/zshrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources
index 3669dce..2de31b9 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,5 +1,5 @@
! urxvt config
-URxvt.font: xft:Inconsolata:size=11
+URxvt.font: xft:Inconsolata:size=11:hintstyle=full
URxvt.scrollstyle: plain
URxvt.iconFile: /usr/share/icons/hicolor/scalable/apps/Terminal.svg
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 82460e9..9246583 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -79,11 +79,12 @@ source ~/.zsh/zshfunctions
# }}}
-# Make sure term capabilities are existing
+# Make sure term capabilities are existing {{{
if whence infocmp tic NOE && ! infocmp NOE; then
fix_terminfo
TERM=$TERM # this forces a reinit
fi
+# }}}
# Test for an interactive shell {{{
# There is no need to set anything past this point for scp and rcp,