From 264fd648bdb2289aea8e0c803e09b00c56443f24 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 11 Oct 2022 21:05:18 -0400 Subject: [PATCH] Remove kitty integration from rc file, add conda --- bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bashrc b/bashrc index 8dce138..ef30374 100644 --- a/bashrc +++ b/bashrc @@ -13,7 +13,4 @@ alias r="urxvt -name Ranger -e ranger & disown" alias kssh="/usr/bin/kitty +kitten ssh" neofetch - -# BEGIN_KITTY_SHELL_INTEGRATION -if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi -# END_KITTY_SHELL_INTEGRATION +[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh