diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-28 08:48:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-28 08:49:24 -0300 |
| commit | 369186b2dbfa52b089fbf4469a1000768c9869cf (patch) | |
| tree | a89c0e438a20b50182d74af5cb80db33f25d9fb9 /sh/bashrc.sh | |
| parent | src/bin/backup: Enable next backup steps to proceed even when files change wh... (diff) | |
| download | dotfiles-369186b2dbfa52b089fbf4469a1000768c9869cf.tar.gz dotfiles-369186b2dbfa52b089fbf4469a1000768c9869cf.tar.xz | |
sh/vcs.sh: Move VCS aliases into here, soon to be replaced with vcs-ps1
Diffstat (limited to 'sh/bashrc.sh')
| -rw-r--r-- | sh/bashrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/bashrc.sh b/sh/bashrc.sh index 80aff075..492b42d6 100644 --- a/sh/bashrc.sh +++ b/sh/bashrc.sh @@ -7,12 +7,12 @@ export DOTFILES=~/dev/libre/dotfiles . $DOTFILES/sh/env.sh . "$GUIX_PROFILE/etc/profile" . $DOTFILES/sh/colors.sh -. $DOTFILES/sh/git-prompt.sh . $DOTFILES/sh/ps1.sh . $DOTFILES/sh/fzf.sh . $DOTFILES/sh/aliases.sh . $DOTFILES/sh/util.sh . $DOTFILES/sh/agents.sh . $DOTFILES/sh/symlinks.sh +. $DOTFILES/sh/vcs.sh . ~/annex/bin/misc/priv.sh . ~/.nurc |
