From 7fbc1d347a9f0536adb13e8aa2974eb7d153185e Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 5 Jun 2021 18:55:05 +0200 Subject: [PATCH] st alias no longer needed now we use sxmo_terminal.sh explicitly --- scripts/core/sxmo_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index cd7ef37..16f50d1 100644 --- a/scripts/core/sxmo_common.sh +++ b/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)