fix
This commit is contained in:
parent
7cc9e85441
commit
48b65ac120
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -120,7 +120,7 @@ eval "$(rbenv init - zsh)"
|
|||
## Flutter
|
||||
export CHROME_EXECUTABLE="/usr/bin/vivaldi"
|
||||
|
||||
function ya() {
|
||||
function yaz() {
|
||||
tmp="$(mktemp -t "yazi-cwd.XXXXX")"
|
||||
yazi --cwd-file="$tmp"
|
||||
if cwd="$(cat -- "$tmp")" && [ -n "$cwd" ] && [ "$cwd" != "$PWD" ]; then
|
||||
|
|
Loading…
Reference in a new issue