diff options
author | mia <mia@mia.jetzt> | 2024-03-10 13:33:05 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-03-10 13:33:05 -0700 |
commit | 2f593d2c3e3ac148ff6ce1aea5d829c11c8a9917 (patch) | |
tree | ff50f95214e5cee5d7d2ec45e05b9b6d684fd7b6 /zshrc | |
parent | efe49395d4194db30f55a91503c91cda33530e8e (diff) | |
download | dotfiles-2f593d2c3e3ac148ff6ce1aea5d829c11c8a9917.tar.gz dotfiles-2f593d2c3e3ac148ff6ce1aea5d829c11c8a9917.zip |
remove zoxide from main config
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc b/zshrc index fa6d882..e07c36d 100644 --- a/zshrc +++ b/zshrc @@ -36,4 +36,3 @@ alias zshrc="$EDITOR ~/.zshrc" source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source <(starship init zsh) -source <(zoxide init zsh) |