AutoYADM commit: 2024-11-27 17:30:03

This commit is contained in:
Daniel Fichtinger 2024-11-27 17:30:03 -05:00
parent 1f7f472ef6
commit 3190756e3f

2
.zshrc
View file

@ -52,7 +52,7 @@ alias yadmadd="~/dev/autoyadm/yadmadd.sh"
bindkey -r '^T' bindkey -r '^T'
# Created by `pipx` on 2024-09-20 02:14:00 # Created by `pipx` on 2024-09-20 02:14:00
export PATH="$PATH:/home/fic/.local/bin" export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin"
fpath=(~/.zsh.d/ $fpath) fpath=(~/.zsh.d/ $fpath)
function y() { function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd