fix for bash: force alias expansion
This commit is contained in:
parent
9120e9fe77
commit
47c62388e0
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ command -v "$KEYBOARD" > /dev/null || export KEYBOARD=svkbd-mobile-intl
|
||||||
# certain coreutils rather than any other version that may be installed on the
|
# certain coreutils rather than any other version that may be installed on the
|
||||||
# user's computer
|
# user's computer
|
||||||
|
|
||||||
|
#aliases aren't expanded in bash
|
||||||
|
command -v shopt > /dev/null && shopt -s expand_aliases
|
||||||
|
|
||||||
alias find="busybox find"
|
alias find="busybox find"
|
||||||
alias pkill="busybox pkill"
|
alias pkill="busybox pkill"
|
||||||
alias pgrep="busybox pgrep"
|
alias pgrep="busybox pgrep"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue