zsh: mover .profile dinamico a .profile
This commit is contained in:
parent
5bc610eaa3
commit
cf1494996f
2 changed files with 3 additions and 2 deletions
3
.profile
3
.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}"
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -1,6 +1,4 @@
|
|||
source ~/.profile
|
||||
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
|
||||
export REMOTE="${REMOTE:-true}"
|
||||
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=100000
|
||||
|
|
Loading…
Reference in a new issue