Added support for the f*ck

This commit is contained in:
pauljako 2024-08-24 14:41:46 +02:00
parent 5feb39deb4
commit cc6b1c28ad

6
.zshrc
View file

@ -68,6 +68,12 @@ ZINIT_HOME="$HOME/.config/zinit/zinit.git"
# Initialize zinit # Initialize zinit
source "${ZINIT_HOME}/zinit.zsh" source "${ZINIT_HOME}/zinit.zsh"
# #
# Initialize TheF*ck if it exists
if command -v thefuck &> /dev/null
then
eval "$(thefuck --alias)"
fi
#
# Colored ls # Colored ls
alias ls="ls --color=auto" alias ls="ls --color=auto"
# #