From 28468ce87f97e7c4a25a6d12f660aacc463a90d0 Mon Sep 17 00:00:00 2001 From: Tu Puta Madre Date: Sun, 2 Aug 2026 13:34:00 -0600 Subject: [PATCH] 226H2.56527-Starfire --- ale.sh | 26 +++++++++++++------------- config/zsh/aliases.zsh | 2 ++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ale.sh b/ale.sh index b1a8d04..05bfff3 100755 --- a/ale.sh +++ b/ale.sh @@ -14,8 +14,8 @@ fi # Main if [ $isVoid ]; then - ln -sf /git/dotAle/.zshrc ~/.zshrc - ln -sf /git/dotAle/.gitconfig ~/.gitconfig + ln -sf /git/dotAle/.zshrc /home/ale/.zshrc + ln -sf /git/dotAle/.gitconfig /home/ale/.gitconfig mkdir -p /home/ale/.config mkdir -p /home/ale/.cache/zsh touch /home/ale/.cache/zsh/hist @@ -25,17 +25,17 @@ if [ $isVoid ]; then fi ln -sf /git/dotAle/config/${dir##*/} /home/ale/.config/ done - if [ -f ~/.zcompdump ]; then - rm ~/.zcompdump + if [ -f /home/ale/.zcompdump ]; then + rm /home/ale/.zcompdump fi - mkdir -p ~/.ssh - ln -sf /git/dotAle/ssh/* ~/.ssh/ + mkdir -p /home/ale/.ssh + ln -sf /git/dotAle/ssh/* /home/ale/.ssh/ else - ln -sf /git/dotAle/.bashrc ~/.bashrc - ln -sf /git/dotAle/.gitconfig ~/.gitconfig - mkdir -p ~/.config - cp -r /git/dotAle/config/* ~/.config/ - rm -rf ~/.config/zsh - mkdir -p ~/.ssh - ln -sf /git/dotAle/ssh/* ~/.ssh/ + ln -sf /git/dotAle/.bashrc /home/ale/.bashrc + ln -sf /git/dotAle/.gitconfig /home/ale/.gitconfig + mkdir -p /home/ale/.config + cp -r /git/dotAle/config/* /home/ale/.config/ + rm -rf /home/ale/.config/zsh + mkdir -p /home/ale/.ssh + ln -sf /git/dotAle/ssh/* /home/ale/.ssh/ fi diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index c661e65..ab4241f 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -14,6 +14,8 @@ alias ska="sudo kak" alias dups="czkawka_cli" alias pip="PIP_BREAK_SYSTEM_PACKAGES=1 pip" # pinche pip castroso alias nsync="rsync -rPavh" +alias sx="startx" +alias fp="exec chpst -u ale:ale flatpak" #Conecciones alias rootNami='ssh root@192.168.0.100' -- 2.47.3