addet install function
This commit is contained in:
parent
9dce1b1728
commit
60239b7a48
2 changed files with 70 additions and 1 deletions
8
.bashrc
8
.bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue