fzf trick
This commit is contained in:
parent
7b54257c54
commit
1b0ecf16b0
@ -19,7 +19,12 @@ git submodule update --init --remote --recursive >/dev/null 2>&1 || {
|
|||||||
|
|
||||||
_DEPENDENCIES+=(zsh)
|
_DEPENDENCIES+=(zsh)
|
||||||
_REQUIRED_ENV+=()
|
_REQUIRED_ENV+=()
|
||||||
source "$DOTWRYN_PATH/zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3
|
|
||||||
|
command -v fzf &>/dev/null || fzf() { head -n1; }
|
||||||
|
|
||||||
|
source "$DOTWRYN_PATH ../zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3
|
||||||
|
|
||||||
|
unset -f fzf &>/dev/null
|
||||||
|
|
||||||
SCWRYPTS() {
|
SCWRYPTS() {
|
||||||
CI=1 \
|
CI=1 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user