feat(zsh): add atuin+fzf for enhanced command history

This commit is contained in:
2025-11-10 09:36:53 +00:00
parent 1808ccde8b
commit 6cba7534cf
3 changed files with 64 additions and 0 deletions

1
zshrc
View File

@@ -309,6 +309,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
# Utils
source "$DOTZSH/1password.zsh"
source "$DOTZSH/ansi.zsh"
source "$DOTZSH/atuin.zsh"
source "$DOTZSH/copilot.zsh"
source "$DOTZSH/emacs.zsh"
source "$DOTZSH/cursor.zsh"