summaryrefslogtreecommitdiff
path: root/src/guix-config/.bash_profile
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-04 01:43:32 -0700
committerbd <bdunahu@gmail.com>2024-01-04 01:43:32 -0700
commit3974f1e91d51d9540bcd0cbaddc995607772fd98 (patch)
tree21e5c8934977fdb1ac0736d163560ecb7378c845 /src/guix-config/.bash_profile
parentb5822bf603c8ee647391186291ed4620121cebd2 (diff)
Removed outdated dotfiles.
These files were superseded by guix and guix-home.
Diffstat (limited to 'src/guix-config/.bash_profile')
-rw-r--r--src/guix-config/.bash_profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/guix-config/.bash_profile b/src/guix-config/.bash_profile
deleted file mode 100644
index b99d207..0000000
--- a/src/guix-config/.bash_profile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Set up the system, user profile, and related variables.
-# /etc/profile will be sourced by bash automatically
-# Set up the home environment profile.
-if [ -f ~/.profile ]; then source ~/.profile; fi
-
-# Honor per-interactive-shell startup file
-if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
-PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ '