Moving ble.sh to blesh
This commit is contained in:
parent
08e10b1783
commit
61d1b30b45
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@ if command -v powerline-daemon > /dev/null && [ -f "$BASH_IT/bash_it.sh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Ensure ble.sh installed
|
### Ensure ble.sh installed
|
||||||
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" ] && [ ! ]; then
|
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" ]; then
|
||||||
logg info "${XDG_DATA_HOME:-$HOME/.local/share}/ble.sh/src present and ${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src not present - installing ble.sh..."
|
make -C "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" install > /dev/null && logg success "Installed ble.sh"
|
||||||
make -C "${XDG_DATA_HOME:-$HOME/.local/share}/ble.sh/src" install > /dev/null && logg success "Installed ble.sh"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Bash-it completions / plugins
|
### Bash-it completions / plugins
|
||||||
|
|
Loading…
Reference in a new issue