dotfiles/home/dot-bashrc

14 lines
299 B
Text
Raw Permalink Normal View History

2022-02-03 18:33:04 +00:00
# -*- mode: bash -*-
source "${HOME}/.local/share/bash/common.sh"
if [[ ${PS1} ]]; then
source "${HOME}/.local/share/bash/shopt.sh"
source "${HOME}/.local/share/bash/history.sh"
source "${HOME}/.local/share/bash/shortcuts.sh"
source "${HOME}/.local/share/bash/prompt.sh"
fi
true