From: Tu Puta Madre Date: Wed, 5 Aug 2026 18:02:32 +0000 (-0600) Subject: 226H5.50176-Starfire X-Git-Url: https://git.ale.wales/?a=commitdiff_plain;h=cc34722e8423fe836dc3dfee78c3531d54d318c6;p=dotAle.git 226H5.50176-Starfire --- diff --git a/.zshrc b/.zshrc index b8b14d4..e6a1d57 100644 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,7 @@ _comp_options+=(globdots) # Importar aliases source $XDG_CONFIG_HOME/zsh/aliases.zsh -source $XDG_CONFIG_HOME/zsh/user.zsh +source /home/ale/.$(cat /etc/hostname)rc ## PLUGINS # Load syntax highlighting; should be last. Source: https://github.com/zdharma/fast-syntax-highlighting diff --git a/ale.sh b/ale.sh index 4e192c7..2c7d57c 100755 --- a/ale.sh +++ b/ale.sh @@ -13,6 +13,7 @@ if ! command -v systemctl &> /dev/null; then fi # Main +echo "#Configuración local" > /home/ale/.$(cat /etc/hostname)rc if [ $isVoid ]; then ln -sf /git/dotAle/.zshrc /home/ale/.zshrc ln -sf /git/dotAle/.gitconfig /home/ale/.gitconfig diff --git a/config/zsh/user.zsh b/config/zsh/user.zsh deleted file mode 100644 index e69de29..0000000