Add .e command and completionsrc

This commit is contained in:
Tobias Reisinger 2022-08-01 15:59:07 +02:00
parent 5c1bfe5b3c
commit 0dbe93759a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 46 additions and 5 deletions

View file

@ -87,6 +87,7 @@ shopt -s checkwinsize
source "$HOME/.config/environment"
source "$HOME/.config/completionsrc"
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)