Skip to content

Commit

Permalink
bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed May 21, 2024
1 parent b5ea553 commit a71c7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ alias grep='grep --color=auto'
alias bb='rlwrap bb'
alias ec="${HOME}/git/vendor/enigmacurry/emacs/ec"

# Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion

## Rustup cargo environment
## On a new machine, you should run rustup-init first.
test -f "$HOME/.cargo/env" && source "$HOME/.cargo/env"
Expand Down

0 comments on commit a71c7a2

Please sign in to comment.