From 63472d5b51a8c11c3bd8ddf9e29bdf5bd9c83af7 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 19 Dec 2025 14:44:31 +0100 Subject: [PATCH] Remove redundant bashrc config --- dotfiles/.bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 99f52c6..a25b16f 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -57,7 +57,3 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then fi export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null - -source '/home/vladanpopovic/.bash_completions/entity-operator.sh' - -export PATH=/home/vladanpopovic/.tiup/bin:$PATH