From 1b8fb7c927446104697d27a0853d6077cd66adfe Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 23 Apr 2024 21:42:51 +0000 Subject: [PATCH] Remove old brew call --- dotfiles/.bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index bcaf8621..716009ae 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -2,9 +2,6 @@ export EDITOR="codium"; 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)" -eval "$(/bin/brew shellenv)" -source ~/dotfiles/scripts/p.sh - # Commands that should be applied only for interactive shells. [[ $- == *i* ]] || return