From c7b6da4efc4b42824c92eb1016892894ee62c9c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Apr 2022 09:21:49 +0300 Subject: bashrc: enable zoxide, cargo Sponsored-by: author --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.1