mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-09 04:49:38 +00:00
fix path
This commit is contained in:
parent
4e82074937
commit
8fc316a99c
@ -7,7 +7,7 @@ then : ; else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
DIR_COLORSCRIPTS="$HOME/.local/share/shell-color-scripts/colorscripts"
|
||||
DIR_COLORSCRIPTS="$HOME/.scripts/shell-color-scripts/colorscripts"
|
||||
list_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | sort | nl)"
|
||||
length_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | wc -l)"
|
||||
_help() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user