feat: add bashcompletions to bashrc
This commit is contained in:
parent
3d5a6696b1
commit
b9db3f192e
1 changed files with 4 additions and 3 deletions
7
.bashrc
7
.bashrc
|
@ -1,3 +1,4 @@
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)0
|
||||||
# Pull the latest changes from the remote (but only once!)
|
# Pull the latest changes from the remote (but only once!)
|
||||||
if ! [ -v REPO_INITIALISED ]; then
|
if ! [ -v REPO_INITIALISED ]; then
|
||||||
git pull origin main --quiet && export REPO_INITIALISED=true
|
git pull origin main --quiet && export REPO_INITIALISED=true
|
||||||
|
@ -100,9 +101,9 @@ fi
|
||||||
# enable programmable completion features (you don't need to enable
|
# enable programmable completion features (you don't need to enable
|
||||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||||
# sources /etc/bash.bashrc).
|
# sources /etc/bash.bashrc).
|
||||||
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
||||||
# . /etc/bash_completion
|
. /etc/bash_completion
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# Rust/Cargo setup
|
# Rust/Cargo setup
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue