dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit e6b0b53b2cfa6e28959af1e7f5c8bfff91b7089c
parent 3c53f0ea770fecbbc13ec6ee0f1e8e07b78c688e
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 19:19:26 -0500

Change if brackets.

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -1,5 +1,5 @@
 # Keyboard settings.
-if [ `hostname` == "bluebear" ]; then
+if [[ `hostname` == "bluebear" ]]; then
     export XKB_DEFAULT_OPTIONS=ctrl:swapcaps
 fi