Skip to content

Commit

Permalink
Dsiable atuin keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Aug 26, 2023
1 parent 472f354 commit 9b82ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ hash direnv 2>/dev/null && eval "$(direnv hook bash)"
# NOTE: It's important this comes after any other PROMPT_COMMAND updates
if hash atuin 2>/dev/null; then
source "$XDG_CONFIG_HOME/bash/bash-preexec"
eval "$(atuin init bash)"
eval "$(ATUIN_NOBIND=1 atuin init bash)"
fi

# Cache sudo password immeidately when using SSH with pam_ssh_agent
Expand Down

0 comments on commit 9b82ead

Please sign in to comment.