1
Fork 0
nixos-system-config/dotfiles/zsh/conf.d/fuck.zsh

9 lines
128 B
Bash
Executable file

#!/usr/bin/env zsh
if [ -n "$(command -v thefuck)" ]; then
fuck() {
eval $(thefuck --alias)
fuck
}
fi