mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-26 17:23:18 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
|
|
||
|
if hash thefuck 2> /dev/null; then;
|
||
|
eval $(thefuck --alias)
|
||
|
fi
|