st alias no longer needed now we use sxmo_terminal.sh explicitly

This commit is contained in:
Maarten van Gompel 2021-06-05 18:55:05 +02:00
parent 198462764f
commit 7fbc1d347a

View file

@ -32,7 +32,6 @@ command -v "$EDITOR" > /dev/null || export EDITOR=vis
command -v shopt > /dev/null && shopt -s expand_aliases
alias dmenu="sxmo_dmenu.sh"
alias st="sxmo_terminal.sh"
alias find="busybox find"
# Use native commands if busybox was compile without those apples (for example Debians busybox)