AutoYADM commit: 2025-02-13 11:30:07
This commit is contained in:
parent
1b89aa2684
commit
d7dbf3c0e1
2 changed files with 11 additions and 2 deletions
3
.zshrc
3
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue