From 9dbf5e99934d3b2cf6a0ac328da7ebe7ef67b27b Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sat, 30 Jan 2021 20:19:53 +0100 Subject: [PATCH] Fuck --- _zshrc | 2 ++ 1 file changed, 2 insertions(+) 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)%}"