diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-28 08:50:48 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-28 08:50:48 -0300 |
| commit | 8e237fadf1cc707bea96f69e82d5f96cc4e18a7b (patch) | |
| tree | 9fd33fa8d7a6db5dc2143e800c70450260a3eaae | |
| parent | sh/vcs.sh: Move VCS aliases into here, soon to be replaced with vcs-ps1 (diff) | |
| download | dotfiles-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.sh | 1 |
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 |
