5 lines
137 B
Fish
5 lines
137 B
Fish
#!/usr/bin/env fish
|
|
|
|
function y
|
|
wezterm --config-file ~/.config/wezterm/launcher.lua start --always-new-process --cwd (pwd) yazi &
|
|
end
|