]> git.ale.wales Git - dotAle.git/commitdiff
226H5.50176-Starfire
authorTu Puta Madre <chinga@tu.madre>
Wed, 5 Aug 2026 18:02:32 +0000 (12:02 -0600)
committerTu Puta Madre <chinga@tu.madre>
Wed, 5 Aug 2026 18:02:32 +0000 (12:02 -0600)
.zshrc
ale.sh
config/zsh/user.zsh [deleted file]

diff --git a/.zshrc b/.zshrc
index b8b14d4e2109e4093fdf362d6e21ce84d95d0238..e6a1d575447a3262170f00de1de7b952c0f2c90c 100644 (file)
--- 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 4e192c796909f84a3f39f5190d7fb68ea692161d..2c7d57c79bff59dcd11d51a12f7a79c91aa9ca53 100755 (executable)
--- 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 (file)
index e69de29..0000000