Fix autostart, sourcing and shellcheck issues
This commit is contained in:
parent
5baac728fe
commit
499c012601
5 changed files with 7 additions and 7 deletions
2
.bashrc
2
.bashrc
|
@ -97,7 +97,7 @@ shopt -s checkwinsize
|
|||
|
||||
source "$HOME/.config/environment"
|
||||
source "$HOME/.config/completionsrc"
|
||||
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
|
||||
source "$HOME/.config/aliasrc"
|
||||
[ -x "$(command -v thefuck)" ] && eval "$(thefuck --alias)"
|
||||
|
||||
[ -x "$(command -v starship)" ] && eval "$(starship init bash)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue