commit c937ba388151c28cd2c62bd9df6e67350d7e91cd
parent 632c14f5deda12d9d553fbb682cbf68dc7d7905d
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 19 Jan 2019 18:03:47 -0500
Only map keys on bluebear.
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.profile b/.profile
@@ -1,5 +1,7 @@
-# # Keyboard settings.
-# export XKB_DEFAULT_OPTIONS=ctrl:swapcaps
+# Keyboard settings.
+if [ `hostname` == "bluebear" ]; then
+ export XKB_DEFAULT_OPTIONS=ctrl:swapcaps
+fi
# Adds `~/.scripts` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':')"