diff --git a/.profile b/.profile index 2784b2c..0303b6a 100755 --- a/.profile +++ b/.profile @@ -21,3 +21,6 @@ export XKB_DEFAULT_VARIANT=altgr-intl export XKB_DEFAULT_OPTIONS=caps:escape export XCURSOR_THEME=Adwaita + +test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)" +export REMOTE="${REMOTE:-true}" diff --git a/.zshrc b/.zshrc index 6c65bce..04c4394 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,4 @@ source ~/.profile -test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)" -export REMOTE="${REMOTE:-true}" HISTFILE=~/.histfile HISTSIZE=100000