dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 632c14f5deda12d9d553fbb682cbf68dc7d7905d
parent 6864fb4b65be09caa9d194da68c060e579130bb2
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 17:55:33 -0500

Always enable tbsm.

Diffstat:
M.profile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.profile b/.profile
@@ -14,5 +14,5 @@ export BROWSER="firefox"
 export EDITOR="nvim"
 export VISUAL="emacsclient -c -a emacs"
 
-# # Auto start tbsm after login on first two VTs.
-# [[ $XDG_VTNR -le 2 ]] && tbsm
+# Auto start tbsm after login on first two VTs.
+[[ $XDG_VTNR -le 2 ]] && tbsm