diff --git a/_zshrc b/_zshrc index cee3341..98709bb 100755 --- a/_zshrc +++ b/_zshrc @@ -42,6 +42,8 @@ source /usr/share/fzf/completion.zsh setopt interactivecomments +eval $(thefuck --alias) + export PS1=" %{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%} $ %{$(tput sgr0)%}"