Skip to content

Commit

Permalink
feat(atuin): add atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Jul 16, 2024
1 parent 8ddd54b commit d88e015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions brew/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ brew "tree"
brew "wget"
brew "duf"
brew "pwgen"
brew "atuin"
cask "wezterm"
1 change: 1 addition & 0 deletions config/zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ for f in $ZSH_CONFIG_HOME/path/*.path.sh; do source $f; done
for f in $ZSH_CONFIG_HOME/init/*.init.sh; do source $f; done

eval "$(starship init zsh)"
eval "$(atuin init zsh --disable-up-arrow)"

0 comments on commit d88e015

Please # to comment.