aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
blob: 832b387f4c4dfc376b9e5a0cc9ebc1589602a45f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# shellcheck disable=1090

export BASH_COMPLETION_USER_DIR="$XDG_DATA_HOME/bash-completion/completions"

. ~/.profile

if [[ $- == *i* ]]; then . ~/.bashrc; fi