summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 4e0318a..fdede7d 100644
--- a/bashrc
+++ b/bashrc
@@ -186,6 +186,11 @@ if [ -n "$PS1" ]; then
bind -r ''
fi
+if command -v zoxide > /dev/null; then
+ eval "$(zoxide init bash)"
+fi
+
if command -v starship > /dev/null; then
eval "$(starship init bash)"
fi
+. "$HOME/.cargo/env"