mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
8 lines
86 B
Bash
8 lines
86 B
Bash
#
|
|
# thefuck
|
|
#
|
|
|
|
if command -v thefuck > /dev/null; then
|
|
eval "$(thefuck --alias)"
|
|
fi
|