summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.profile b/.profile
index 8684d7c..043cc9c 100644
--- a/.profile
+++ b/.profile
@@ -37,9 +37,6 @@ if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi
-# Map CAPS_LOCK correctly:
-$SCRIPTS/remaps
-
# gh completion
eval "$(gh completion -s zsh)"