addet install function

This commit is contained in:
pika 2025-01-06 22:23:33 +01:00
parent 9dce1b1728
commit 60239b7a48
2 changed files with 70 additions and 1 deletions

View file

@ -203,6 +203,11 @@ _init() {
fi
fi
if [ -e "$HOME/.bash/.install.sh" ]; then
echo_info "Git installs activated by '_install <package>'"
. "$HOME/.bash/.install.sh"
fi
local bash_dir="$HOME/.bash/plugins"
if [ -d "$bash_dir" ]; then
echo_info "Plugins will be loadet.."
@ -229,7 +234,8 @@ _init() {
_alias() {
# ─< set keybinding mode >────────────────────────────────────────────────────────────────
set -o emacs
# set -o emacs
set -o bash
# set -o vim
# If set, the pattern "**" used in a pathname expansion context will