From 724433fab10ad0303b177da7e1f952980ae69dc1 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 10 Sep 2015 23:59:51 -0700 Subject: [PATCH] Have xprofile source .profile, since that doesn't seem to be the default. --- dotfiles/xprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xprofile b/dotfiles/xprofile index d7e1fa8..4bf8017 100644 --- a/dotfiles/xprofile +++ b/dotfiles/xprofile @@ -1 +1,2 @@ setxkbmap -option ctrl:nocaps +test -f "$HOME/.profile" && . "$HOME/.profile"