From 0b81f5d8f351c5cb7847a07ae8cca4841d712ffb Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 3 May 2024 23:53:33 +0100 Subject: [PATCH] rm zoxide leftover from bashrc --- dotfiles/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 2c17e157..62235d50 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -1,6 +1,5 @@ export EDITOR="vim"; export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ "; -eval "$(zoxide init bash)" # Commands that should be applied only for interactive shells. [[ $- == *i* ]] || return