diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-23 16:03:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-23 16:08:24 -0300 |
| commit | 36f6e1c1593f268139e97f21e23cfe5c0dd53249 (patch) | |
| tree | fc16885e6973fb3f02d8c79b607c750c56b2deaa /sh/bashrc.sh | |
| parent | nixos/configuration.nix: Add sponsorblock script to mpv (diff) | |
| download | dotfiles-36f6e1c1593f268139e97f21e23cfe5c0dd53249.tar.gz dotfiles-36f6e1c1593f268139e97f21e23cfe5c0dd53249.tar.xz | |
git mv bash/ sh/
Diffstat (limited to 'sh/bashrc.sh')
| -rw-r--r-- | sh/bashrc.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sh/bashrc.sh b/sh/bashrc.sh new file mode 100644 index 00000000..d8ad26ad --- /dev/null +++ b/sh/bashrc.sh @@ -0,0 +1,18 @@ +#!/bin/sh +# shellcheck disable=SC1090 + +export DOTFILES=~/dev/libre/dotfiles + +. $DOTFILES/sh/config.sh +. $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 +. "$HOME/annex/bin/misc/env.sh" +. "$HOME/.nurc" |
