Browse Source

Base: Add "alias ll='ls -l'" to /etc/shellrc

Linus Groh 5 years ago
parent
commit
e0e100f009
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Base/etc/shellrc

+ 1 - 0
Base/etc/shellrc

@@ -28,3 +28,4 @@ alias ws=WebServer
 alias sl=Solitaire
 alias wv=WebView
 
+alias ll='ls -l'