Base: Add FontEditor alias to shellrc

This commit is contained in:
thankyouverycool 2021-08-26 12:01:02 -04:00 committed by Andreas Kling
commit 92fb2e2a28
Notes: sideshowbarker 2024-07-18 05:14:49 +09:00

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"