From 92fb2e2a28ea9df8c330048f55640683c6738ea3 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:01:02 -0400 Subject: [PATCH] Base: Add FontEditor alias to shellrc --- Base/etc/shellrc | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/etc/shellrc b/Base/etc/shellrc index 5700af0e0b..fd2e764112 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -25,6 +25,7 @@ alias pv=Profiler alias ws=WebServer alias sl=Solitaire alias ue=UserspaceEmulator +alias fe=FontEditor alias rgrep="grep -r" alias egrep="grep -E"