mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-09 10:07:03 -06:00
Add thefuck alias & zsh plugin
This commit is contained in:
@@ -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" }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user