From f1523d59b64e575dba7e4640dfb7dc01ffe8f15f Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 22 Dec 2021 21:14:33 -0300 Subject: [PATCH] zsh: importar .profile locales bien --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8060198..579ee73 100644 --- a/.zshrc +++ b/.zshrc @@ -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