Fix invalid range in node segment

Fixes #326
pull/333/head
Justin Hileman 2 years ago committed by GitHub
parent 14a6f2b317
commit 2dcfcab653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -897,7 +897,7 @@ end
function __bobthefish_prompt_find_file_up -S -d 'Find file(s), going up the parent directories'
set -l dir "$argv[1]"
set -l files $argv[2..]
set -l files $argv[2..-1]
if test -z "$dir"
or test -z "$files"

Loading…
Cancel
Save