From aa1a1e82efa8921fa120662da960cdaf381c4680 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 3 Mar 2025 13:15:12 -0500 Subject: updates to channels, new cursor, probably other fixes idk --- home-config/bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home-config/bashrc') diff --git a/home-config/bashrc b/home-config/bashrc index a3e1dc9..5e12cf6 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -53,9 +53,6 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l #gpgconf --launch gpg-agent export GPG_TTY=$(tty) -# Zoxide -eval "$(zoxide init --cmd cd bash)" - # eza alias ls='eza --icons=always -Gx' @@ -64,3 +61,7 @@ alias diff='delta' # Starship eval "$(starship init bash)" + +# Zoxide +eval "$(zoxide init --cmd cd bash)" + -- cgit v1.2.3