From b1513832919205961bbf3569113f785fa7d43d94 Mon Sep 17 00:00:00 2001 From: collieiscute Date: Thu, 27 Aug 2026 17:04:27 +0800 Subject: [PATCH] fix(fish): restore native implicit cd --- home/dot_config/fish/functions/cd.fish | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 home/dot_config/fish/functions/cd.fish diff --git a/home/dot_config/fish/functions/cd.fish b/home/dot_config/fish/functions/cd.fish deleted file mode 100644 index d9cf0e25..00000000 --- a/home/dot_config/fish/functions/cd.fish +++ /dev/null @@ -1,3 +0,0 @@ -function cd --description 'z (fallback to builtin cd)' --wraps z - type -q z && z -- $argv || builtin cd -- $argv -end \ No newline at end of file