We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40496dc commit dc3458cCopy full SHA for dc3458c
conf.d/done.fish
@@ -225,7 +225,7 @@ if set -q __done_enabled
225
# backwards compatibility for fish < v3.0
226
set -q cmd_duration; or set -l cmd_duration $CMD_DURATION
227
228
- if test $cmd_duration
+ if test -n $cmd_duration
229
and test $cmd_duration -gt $__done_min_cmd_duration # longer than notify_duration
230
and not __done_is_process_window_focused # process pane or window not focused
231
0 commit comments