dotfiles/zsh/helpers/misc-stuff.zsh
2022-03-15 23:37:54 +00:00

4 lines
65 B
Bash

if hash thefuck 2> /dev/null; then;
eval $(thefuck --alias)
fi