Add .e command and completionsrc
This commit is contained in:
parent
5c1bfe5b3c
commit
0dbe93759a
5 changed files with 46 additions and 5 deletions
|
@ -95,6 +95,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# User configuration
|
||||
|
||||
source "$HOME/.config/environment"
|
||||
source "$HOME/.config/completionsrc"
|
||||
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
|
||||
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue