mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-18 07:40:46 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
|
|
||
|
if hash thefuck 2> /dev/null; then;
|
||
|
eval $(thefuck --alias)
|
||
|
fi
|