From f3023a0ee3d9cbcafb0df5d3c3426f74daf044b8 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 2 Dec 2025 22:25:09 -0800 Subject: rm fish --- fish/functions/autojump.fish | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 fish/functions/autojump.fish (limited to 'fish/functions') diff --git a/fish/functions/autojump.fish b/fish/functions/autojump.fish deleted file mode 100644 index a265845..0000000 --- a/fish/functions/autojump.fish +++ /dev/null @@ -1,12 +0,0 @@ -function j - set new_path (autojump $argv) - - if test -d "$new_path" - echo $new_path - cd "$new_path" - else - echo "autojump: directory '$argv' not found" - echo "Try \`autojump --help\` for more information." - false - end -end -- cgit v1.2.3