v4.4.4
===================================================================== - improved compatibility of scwrypts.plugin.zsh; no longer relies on user default fzf configuration - added temporary downgrade of fakeroot to archlinux publish CI due to a confirmed bug in v1.35 and v1.36
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
__SCWRYPTS_PARSE() {
|
||||
SCWRYPT_SELECTION=$(scwrypts --list | fzf --prompt 'select a script : ' --header-lines 1)
|
||||
SCWRYPT_SELECTION=$(scwrypts --list | fzf --ansi --prompt 'select a script : ' --header-lines 1)
|
||||
LBUFFER= RBUFFER=
|
||||
[ $SCWRYPT_SELECTION ] || return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user