1
0

treewide: move zsh functions to sh scripts
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-09-09 20:53:55 +03:00
parent 37599593bc
commit 9871b29288
54 changed files with 2753 additions and 191 deletions

View File

@@ -14,7 +14,7 @@ z-sort-path() {
## process in-home part
t=( ${(@)p:#${HOME}/*} )
npath+=( "${ZSHU[d_scripts]}" "${ZSHU[d_bin]}" "${HOME}/bin" )
npath+=( "${HOME}/bin" "${ZSHU[d_bin]}" "${ZSHU[d_scripts]}" )
npath+=( ${(@)p:|t} )
p=( $t )