zsh: importar .profile locales bien

This commit is contained in:
Cat /dev/Nulo 2021-12-22 21:14:33 -03:00
parent 62482373f1
commit f1523d59b6

2
.zshrc
View file

@ -1,5 +1,5 @@
source ~/.profile
test -f "~/.profile.$(hostname)" && source "~/.profile.$(hostname)"
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
HISTFILE=~/.histfile
HISTSIZE=100000