diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-26 22:34:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-26 22:34:20 +0700 |
commit | 99f6a9203fce6794d335577754c8223d477a6a3d (patch) | |
tree | be8c76d63246dee7dc6156f9d15d46e15287c0a1 /debian | |
parent | 90848e777c435328acf4b81773d8d7684bfcf21f (diff) | |
download | dotfiles-99f6a9203fce6794d335577754c8223d477a6a3d.tar.gz |
Update 2019-03-26
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.Xresources-dark | 2 | ||||
-rw-r--r-- | debian/.profile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 50b6269..9cadf83 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -22,4 +22,4 @@ *cursorBlink: false *jumpScroll: true URxvt.font: xft:Latin Modern Mono:size=12 -URxvt.termName: rxvt +URxvt.termName: rxvt-unicode-256color diff --git a/debian/.profile b/debian/.profile index 068d63b..ac7e0b9 100644 --- a/debian/.profile +++ b/debian/.profile @@ -25,3 +25,6 @@ fi # OPAM configuration . /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true + +# Gruvbox colorscheme +source "$HOME/.vim/plugged/gruvbox/gruvbox_256palette.sh" |