mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
installation: skip .local/bin
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user