Add thefuck alias & zsh plugin

This commit is contained in:
2024-11-08 19:51:04 -06:00
parent ae238964e7
commit d0eed5ed17
2 changed files with 5 additions and 1 deletions

View File

@@ -98,6 +98,10 @@ if ! shopt -oq posix; then
fi
fi
if command -v thefuck &> /dev/null; then
eval $(thefuck --alias)
fi
{{/* Common shared aliases, scripts, & shell setup details. */ -}}
{{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "bash" }}