From be14f64242f689caf9582929c3c21e41ef61a067 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Fri, 21 May 2021 21:06:56 +0800 Subject: [PATCH] u --- home/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.bashrc b/home/.bashrc index 004aef5..77542bb 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -46,12 +46,14 @@ if [[ "$(uname)" = "Darwin" ]]; then alias l='ls -lG' alias ll='ls -lGA' # show .xxx + alias dir='ls -lGA' alias lll='ls -lGa' # show .xxx and . and .. export HOMEBREW_NO_AUTO_UPDATE=true export BASH_SILENCE_DEPRECATION_WARNING=1 else alias l='ls -l --color=auto' # --time-style=long-iso --color=auto' alias ll='ls -lA --color=auto' + alias dir='ls -lA --color=auto' alias lll='ls -la --color=auto' alias emacs='emacs -nw' fi