Base: Add FontEditor alias to shellrc

This commit is contained in:
thankyouverycool 2021-08-26 12:01:02 -04:00 committed by Andreas Kling
parent 22a1035f1b
commit 92fb2e2a28

View file

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