diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-12 23:09:46 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-12 23:09:46 -0400 |
commit | a8b7e972ead8df887f06537ccc017fe556f43fd3 (patch) | |
tree | 95f091f70a391b00b58062d1bf11b7860c53e178 /home-config/fish/functions/__zoxide_cd.fish | |
parent | 0c1f7cae6b111ab2d3bd39c85640349d7e621764 (diff) |
added zoxide helper plugin
Diffstat (limited to 'home-config/fish/functions/__zoxide_cd.fish')
-rw-r--r-- | home-config/fish/functions/__zoxide_cd.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-config/fish/functions/__zoxide_cd.fish b/home-config/fish/functions/__zoxide_cd.fish new file mode 100644 index 0000000..d5a8b2b --- /dev/null +++ b/home-config/fish/functions/__zoxide_cd.fish | |||
@@ -0,0 +1,6 @@ | |||
1 | function __zoxide_cd | ||
2 | __zoxide_cd_internal $argv | ||
3 | if test "$_ZO_ECHO" = 1 | ||
4 | __zoxide_pwd | ||
5 | end | ||
6 | end | ||