Remove thefuck command

This commit is contained in:
Jonny Barnes 2024-09-13 15:15:27 +01:00
parent ab55e0c1fc
commit ec09655518
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -1,6 +0,0 @@
#!/usr/bin/env zsh
# Init the fuck
if (( ${+commands[thefuck]} )); then
eval "$(thefuck --alias)"
fi