From 18f31bfff5b9701e96801bc352b6ccbce5abc822 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 18 Oct 2022 03:36:10 -0400 Subject: [PATCH] Update for miniconda --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index aebbfab..6c11fd5 100644 --- a/bashrc +++ b/bashrc @@ -13,3 +13,5 @@ alias r="urxvt -name Ranger -e ranger & disown" alias kssh="/usr/bin/kitty +kitten ssh" neofetch + +[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh