From d6c36df0946fd1c620965a47c81597afa8010934 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 12 Apr 2025 00:00:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-12 00:00:05 --- .config/fish/functions/j.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/j.fish diff --git a/.config/fish/functions/j.fish b/.config/fish/functions/j.fish new file mode 100644 index 00000000..d27812c4 --- /dev/null +++ b/.config/fish/functions/j.fish @@ -0,0 +1,4 @@ +function j --wraps=just --description 'alias j=just' + just $argv + +end