From 69d0b561cd3788a51acbb69d0936a860035253c5 Mon Sep 17 00:00:00 2001 From: Hyuga Tsukui Date: Tue, 23 Apr 2024 22:52:13 +0900 Subject: [PATCH] install thefuck --- .chezmoidata.yaml | 1 + dot_zshrc.tmpl | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.chezmoidata.yaml b/.chezmoidata.yaml index 1664757..61a041f 100644 --- a/.chezmoidata.yaml +++ b/.chezmoidata.yaml @@ -10,6 +10,7 @@ packages: - 'gh' - 'git' - 'jq' + - 'thefuck' - 'tmux' - 'starship' - 'zsh-autosuggestions' diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 88b9716..1840782 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -66,5 +66,8 @@ bindkey -r "^J" # zoxide eval "$(zoxide init zsh)" +# thefuck +eval $(thefuck --alias fk) + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh