Skip to content

Commit

Permalink
install thefuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Apr 23, 2024
1 parent bec58f6 commit 69d0b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages:
- 'gh'
- 'git'
- 'jq'
- 'thefuck'
- 'tmux'
- 'starship'
- 'zsh-autosuggestions'
Expand Down
3 changes: 3 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 69d0b56

Please sign in to comment.