diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8b6652e..b0e80a5 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,4 +33,5 @@ alias grep='grep --color=auto' alias ip='ip -color=auto' alias emacs='emacs -nw' +eval $(thefuck --alias) eval "$(LC_ALL="en_US.UTF-8" starship init zsh)"