Fix bash config

This commit is contained in:
Tobias Reisinger 2021-02-14 00:15:34 +01:00
parent e9e17ac035
commit 63c16aed61
2 changed files with 21 additions and 32 deletions

View file

@ -97,7 +97,7 @@ source $ZSH/oh-my-zsh.sh
# User configuration
[ -f "$HOME/.config/environment" ] && source $HOME/.config/environment
source "$HOME/.config/environment"
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)