zsh: importar .profile locales bien
This commit is contained in:
parent
62482373f1
commit
f1523d59b6
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -1,5 +1,5 @@
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
test -f "~/.profile.$(hostname)" && source "~/.profile.$(hostname)"
|
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
|
||||||
|
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
|
|
Loading…
Reference in a new issue