zsh: mover .profile dinamico a .profile

This commit is contained in:
Cat /dev/Nulo 2021-12-27 10:37:34 -03:00
parent 5bc610eaa3
commit cf1494996f
2 changed files with 3 additions and 2 deletions

View file

@ -21,3 +21,6 @@ export XKB_DEFAULT_VARIANT=altgr-intl
export XKB_DEFAULT_OPTIONS=caps:escape export XKB_DEFAULT_OPTIONS=caps:escape
export XCURSOR_THEME=Adwaita export XCURSOR_THEME=Adwaita
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
export REMOTE="${REMOTE:-true}"

2
.zshrc
View file

@ -1,6 +1,4 @@
source ~/.profile source ~/.profile
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
export REMOTE="${REMOTE:-true}"
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=100000 HISTSIZE=100000