From 194b470cf21b59a7f265236bec95d4ea8bff8835 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:29:29 +0200 Subject: [PATCH] installation: skip .local/bin --- diagnose | 1 - install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/diagnose b/diagnose index 7edbcbd1a..1964d2d66 100755 --- a/diagnose +++ b/diagnose @@ -57,7 +57,6 @@ e "Checking distro" x ii_check_distro e "Checking variables" -x declare -p XDG_BIN_HOME # ~/.local/bin x declare -p XDG_CACHE_HOME # ~/.cache x declare -p XDG_CONFIG_HOME # ~/.config x declare -p XDG_DATA_HOME # ~/.local/share diff --git a/install.sh b/install.sh index 89ee391ef..58cc6c441 100755 --- a/install.sh +++ b/install.sh @@ -249,7 +249,7 @@ esac # some foldes (eg. .local/bin) should be processed separately to avoid `--delete' for rsync, # since the files here come from different places, not only about one program. -v rsync -av ".local/bin/" "$XDG_BIN_HOME" +# v rsync -av ".local/bin/" "$XDG_BIN_HOME" # No longer needed since scripts are no longer in ~/.local/bin # Prevent hyprland from not fully loaded sleep 1