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

master
Maarten van Gompel 3 years ago
parent 198462764f
commit 7fbc1d347a
  1. 1
      scripts/core/sxmo_common.sh

@ -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)

Loading…
Cancel
Save