aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-28 08:50:48 -0300
committerEuAndreh <eu@euandre.org>2022-03-28 08:50:48 -0300
commit8e237fadf1cc707bea96f69e82d5f96cc4e18a7b (patch)
tree9fd33fa8d7a6db5dc2143e800c70450260a3eaae
parentsh/vcs.sh: Move VCS aliases into here, soon to be replaced with vcs-ps1 (diff)
downloaddotfiles-8e237fadf1cc707bea96f69e82d5f96cc4e18a7b.tar.gz
dotfiles-8e237fadf1cc707bea96f69e82d5f96cc4e18a7b.tar.xz
sh/bashrc.sh: Remove GUIX_PROFILE, to be included in sh/env.sh
-rw-r--r--sh/bashrc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/bashrc.sh b/sh/bashrc.sh
index 492b42d6..c8928ca0 100644
--- a/sh/bashrc.sh
+++ b/sh/bashrc.sh
@@ -5,7 +5,6 @@ export DOTFILES=~/dev/libre/dotfiles
. $DOTFILES/sh/bash-config.sh
. $DOTFILES/sh/env.sh
-. "$GUIX_PROFILE/etc/profile"
. $DOTFILES/sh/colors.sh
. $DOTFILES/sh/ps1.sh
. $DOTFILES/sh/fzf.sh