mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2026-03-02 03:49:25 +00:00
@@ -897,7 +897,7 @@ end
|
|||||||
|
|
||||||
function __bobthefish_prompt_find_file_up -S -d 'Find file(s), going up the parent directories'
|
function __bobthefish_prompt_find_file_up -S -d 'Find file(s), going up the parent directories'
|
||||||
set -l dir "$argv[1]"
|
set -l dir "$argv[1]"
|
||||||
set -l files $argv[2..]
|
set -l files $argv[2..-1]
|
||||||
|
|
||||||
if test -z "$dir"
|
if test -z "$dir"
|
||||||
or test -z "$files"
|
or test -z "$files"
|
||||||
|
|||||||
Reference in New Issue
Block a user