Added support for the f*ck
This commit is contained in:
parent
5feb39deb4
commit
cc6b1c28ad
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -68,6 +68,12 @@ ZINIT_HOME="$HOME/.config/zinit/zinit.git"
|
|||
# Initialize zinit
|
||||
source "${ZINIT_HOME}/zinit.zsh"
|
||||
#
|
||||
# Initialize TheF*ck if it exists
|
||||
if command -v thefuck &> /dev/null
|
||||
then
|
||||
eval "$(thefuck --alias)"
|
||||
fi
|
||||
#
|
||||
# Colored ls
|
||||
alias ls="ls --color=auto"
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue