addet autocompletion
This commit is contained in:
parent
ab5313612b
commit
4e1a6c265d
1 changed files with 4 additions and 2 deletions
6
.bashrc
6
.bashrc
|
@ -140,6 +140,8 @@ _defaults_() {
|
||||||
if [ -f ~/.bash_aliases ]; then
|
if [ -f ~/.bash_aliases ]; then
|
||||||
. ~/.bash_aliases
|
. ~/.bash_aliases
|
||||||
fi
|
fi
|
||||||
|
# Use bash-completion, if available
|
||||||
|
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins() {
|
plugins() {
|
||||||
|
@ -152,8 +154,8 @@ plugins() {
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
# ─< ble.sh -- https://github.com/akinomyoga/ble.sh >─────────────────────────────────────
|
# ─< ble.sh -- https://github.com/akinomyoga/ble.sh >─────────────────────────────────────
|
||||||
# [[ -f $HOME/.local/share/blesh/ble.sh ]] && . $HOME/.local/share/blesh/ble.sh
|
[[ -f $HOME/.local/share/blesh/ble.sh ]] && . $HOME/.local/share/blesh/ble.sh
|
||||||
# [[ ${BLE_VERSION-} ]] && ble-attach
|
[[ ${BLE_VERSION-} ]] && ble-attach
|
||||||
|
|
||||||
# ─< qfc -- https://github.com/pindexis/qfc >─────────────────────────────────────────────
|
# ─< qfc -- https://github.com/pindexis/qfc >─────────────────────────────────────────────
|
||||||
# [[ -s "$HOME/.qfc/bin/qfc.sh" ]] && source "$HOME/.qfc/bin/qfc.sh"
|
# [[ -s "$HOME/.qfc/bin/qfc.sh" ]] && source "$HOME/.qfc/bin/qfc.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue