From 696e5ad97b5cf4d5bef5f4bdd4e5c5d058136696 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 18 Jun 2025 16:58:49 -0400 Subject: zsh --- .bashrc | 7 ------- 1 file changed, 7 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 81da34f..7fa050a 100644 --- a/.bashrc +++ b/.bashrc @@ -12,10 +12,3 @@ PS1='\[\033[1;1m\]\u\[\033[00m\]@\[\033[34m\]\h \[\033[32m\]\w \[\033[35m\]$(git export CC=/usr/bin/clang export CXX=/usr/bin/clang++ - -# Automatically added by the Guix install script. -if [ -n "$GUIX_ENVIRONMENT" ]; then - if [[ $PS1 =~ (.*)"\\$" ]]; then - PS1="${BASH_REMATCH[1]} [env]\\\$ " - fi -fi -- cgit v1.2.3