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/config.fish | |
parent | 0c1f7cae6b111ab2d3bd39c85640349d7e621764 (diff) |
added zoxide helper plugin
Diffstat (limited to 'home-config/fish/config.fish')
-rw-r--r-- | home-config/fish/config.fish | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index c842712..c0e2977 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish | |||
@@ -29,6 +29,4 @@ if status is-interactive | |||
29 | alias grep "grep --color=auto" | 29 | alias grep "grep --color=auto" |
30 | alias ll "ls -l" | 30 | alias ll "ls -l" |
31 | 31 | ||
32 | zoxide init fish | source | ||
33 | |||
34 | end | 32 | end |