AutoYADM commit: 2025-05-19 18:28:44
This commit is contained in:
parent
dcef001856
commit
a8ad261fb0
2 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,7 @@ function kak-session -w kak --description "kakoune where sessions are derived fr
|
|||
set target $argv[1]
|
||||
set dir (path dirname (pwd))
|
||||
if test -n "$argv[2]"
|
||||
set dir (path dirname "$argv[2]")
|
||||
set dir (path dirname "$(path resolve $argv[2])")
|
||||
end
|
||||
while test "$dir" != /
|
||||
set result (fd --max-depth 1 -H -I -t f "$target" "$dir")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue