AutoYADM commit: 2025-02-13 11:30:07

This commit is contained in:
Daniel Fichtinger 2025-02-13 11:30:07 -05:00
parent 1b89aa2684
commit d7dbf3c0e1
2 changed files with 11 additions and 2 deletions

3
.zshrc
View file

@ -104,6 +104,9 @@ function nh() {
function ls() {
eza --long --color=always --git --header --icons "$@"
}
function copymime() {
wl-copy -t 'text/uri-list' <<< "file://$@"
}
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp"