From cc34722e8423fe836dc3dfee78c3531d54d318c6 Mon Sep 17 00:00:00 2001 From: Tu Puta Madre Date: Wed, 5 Aug 2026 12:02:32 -0600 Subject: [PATCH] 226H5.50176-Starfire --- .zshrc | 2 +- ale.sh | 1 + config/zsh/user.zsh | 0 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 config/zsh/user.zsh 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 -- 2.47.3