X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18..22a90cca43cc2d42cd8f658b6ee388a733afd9ed:/.profile?ds=sidebyside 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"