summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 67c643f..c4b9019 100644
--- a/.profile
+++ b/.profile
@@ -9,8 +9,8 @@
#umask 022
# source host-specific profile
-if [ -f "$HOME/.config/profiles/$(hostname)" ]; then
- . "$HOME/.config/profiles/$(hostname)"
+if [ -f "$HOME/.config/$(hostname).profile" ]; then
+ . "$HOME/.config/$(hostname).profile"
fi
export EDITOR="emacsclient -nw"