From c9f84ca99066954ecf466f5b4bdab344037c90de Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 22 Feb 2025 14:35:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-22 14:35:05 --- .zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index d7d9e2f6..a692dc56 100644 --- a/.zshrc +++ b/.zshrc @@ -102,16 +102,15 @@ export PATH="$PATH:/home/fic/.eget/bin" export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin" export PATH="$PATH:/home/fic/.luarocks/bin" export PATH="$PATH:/home/fic/.local/share/npm/bin" -export PATH="$PATH:/home/fic/.local/share/npm/bin" fpath=(~/.zsh.d/ $fpath) -function nh() { +function noh() { nohup "$@" > /dev/null 2>&1 & } function ls() { eza --long --color=always --git --header --icons "$@" } -function copymime() { - wl-copy -t 'text/uri-list' <<< "file://$@" +function wl-mime() { + wl-copy -t 'text/uri-list' <<< "file://$PWD/$@" } function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd