mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-10 04:59:38 +00:00
fix path
This commit is contained in:
parent
4e82074937
commit
8fc316a99c
@ -7,7 +7,7 @@ then : ; else
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
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)"
|
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)"
|
length_colorscripts="$(find "${DIR_COLORSCRIPTS}" -printf '%P\n' | tail -n+2 | wc -l)"
|
||||||
_help() {
|
_help() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user