diff options
Diffstat (limited to 'home-config/fish/config.fish')
-rw-r--r-- | home-config/fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index c0e2977..4705a90 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish | |||
@@ -29,4 +29,6 @@ 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 --cmd cd fish | source | ||
33 | |||
32 | end | 34 | end |