From 4e1a6c265d8a98273a28a2817bb507a6fc6ca9b7 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 Aug 2024 17:43:39 +0200 Subject: [PATCH] addet autocompletion --- .bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index e8af0ee..0f152a6 100644 --- a/.bashrc +++ b/.bashrc @@ -140,6 +140,8 @@ _defaults_() { if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi + # Use bash-completion, if available + [[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion } plugins() { @@ -152,8 +154,8 @@ plugins() { } fi # ─< ble.sh -- https://github.com/akinomyoga/ble.sh >───────────────────────────────────── - # [[ -f $HOME/.local/share/blesh/ble.sh ]] && . $HOME/.local/share/blesh/ble.sh - # [[ ${BLE_VERSION-} ]] && ble-attach + [[ -f $HOME/.local/share/blesh/ble.sh ]] && . $HOME/.local/share/blesh/ble.sh + [[ ${BLE_VERSION-} ]] && ble-attach # ─< qfc -- https://github.com/pindexis/qfc >───────────────────────────────────────────── # [[ -s "$HOME/.qfc/bin/qfc.sh" ]] && source "$HOME/.qfc/bin/qfc.sh"