X-Git-Url: http://git.shemshak.org/~bandali/configs/blobdiff_plain/1fb89b3237d4d7e9a16e189fb4d43e06557e2cec..78619ba4c53776ab14ca21a87852926885bbb56d:/.profile 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"