From cf1494996ff21a37608939edb0dabc90edb37341 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 27 Dec 2021 10:37:34 -0300 Subject: [PATCH] zsh: mover .profile dinamico a .profile --- .profile | 3 +++ .zshrc | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) 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