swap INFO for DEBUG
This commit is contained in:
@ -111,7 +111,7 @@ source "${0:a:h}/io.fzf.zsh" # allow user to select from a list of inputs
|
||||
|
||||
EDIT() { # edit a file in user's preferred editor
|
||||
[ $CI ] && {
|
||||
INFO 'currently in CI, skipping EDIT'
|
||||
WARNING 'currently in CI, skipping EDIT'
|
||||
return 0
|
||||
}
|
||||
|
||||
@ -162,7 +162,7 @@ GETSUDO() {
|
||||
|
||||
READ() {
|
||||
[ $CI ] && {
|
||||
INFO 'currently in CI, skipping READ'
|
||||
WARNING 'currently in CI, skipping READ'
|
||||
return 0
|
||||
}
|
||||
read $@ </dev/tty
|
||||
|
Reference in New Issue
Block a user