dotfiles/zsh/helpers/misc-stuff.zsh

4 lines
65 B
Bash
Raw Normal View History

2022-03-16 00:37:54 +01:00
if hash thefuck 2> /dev/null; then;
eval $(thefuck --alias)
fi