Skip to content

Commit

Permalink
setup double bang (!!) bash command completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Aug 27, 2024
1 parent 4e8b40e commit 90d490e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# shellcheck source=/dev/null
[ -r "$HOME/.bash_login" ] &&
. "$HOME/.bash_login"

set -o history
set -o histexpand

0 comments on commit 90d490e

Please sign in to comment.