summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-06-18 16:58:49 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-06-18 16:58:49 -0400
commit696e5ad97b5cf4d5bef5f4bdd4e5c5d058136696 (patch)
treed86e1475dcc425313a7dd6e43c95d353ff006187 /.bashrc
parentc6cd74b1dc688c7576dc9b9a142573e081f8a80b (diff)
zsh
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 0 insertions, 7 deletions
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