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