Remove kitty integration from rc file, add conda

This commit is contained in:
Andrew Scott 2022-10-11 21:05:18 -04:00
parent 843f0dc23d
commit 264fd648bd
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

5
bashrc
View file

@ -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