mu-hun / .dotfiles

💠 My UNIX-like system configuration files
MIT License
2 stars 0 forks source link

thefuck cache not found #1

Closed mu-hun closed 5 years ago

mu-hun commented 6 years ago

Error details

~/.dotfiles   master ●  git cloe
git: 'cloe' is not a git command. See 'git --help'.

The most similar command is
        clone
 ✘  ~/.dotfiles   master ●  fuck
[WARN] Removing possibly out-dated cache
# ...
FileNotFoundError: [Errno 2] No such file or directory: '/Users/muhun/.cache/thefuck'

config.fish

# thefuck
if __available thefuck
  thefuck --alias | source
end