From a568a964fd6a9efba388b2b4919339c0b7dfe51d Mon Sep 17 00:00:00 2001 From: venomade Date: Mon, 16 Feb 2026 17:31:16 +0000 Subject: MacOS Nix Asahi is just not perfectly usable yet. Moved stuff, went nix. --- .config/shell/functions | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .config/shell/functions (limited to '.config/shell/functions') diff --git a/.config/shell/functions b/.config/shell/functions deleted file mode 100644 index a300316..0000000 --- a/.config/shell/functions +++ /dev/null @@ -1,16 +0,0 @@ -gvc() { - if [[ $1 == "clone" ]]; then - shift - git clone git@git.venomade.com:"$@" - else - ssh git@git.venomade.com "$@" - fi -} - -function y() { - local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd - command yazi "$@" --cwd-file="$tmp" - IFS= read -r -d '' cwd < "$tmp" - [ "$cwd" != "$PWD" ] && [ -d "$cwd" ] && builtin cd -- "$cwd" - rm -f -- "$tmp" -} -- cgit 1.4.1-2-gfad0