OSDN Git Service

mkshrc: add back the aliases I like
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 1 Jul 2015 16:07:20 +0000 (00:07 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 5 Mar 2019 05:53:22 +0000 (13:53 +0800)
mkshrc

diff --git a/mkshrc b/mkshrc
index 778cf09..d3b8c0d 100644 (file)
--- a/mkshrc
+++ b/mkshrc
@@ -6,6 +6,12 @@
 #
 # Support: https://launchpad.net/mksh
 
+
+alias l='ls'
+alias la='l -a'
+alias ll='l -l'
+alias lo='l -a -l'
+
 if (( USER_ID )); then PS1='$'; else PS1='#'; fi
 PS4='[$EPOCHREALTIME] '; PS1='${|
        local e=$?