From 5376cc29e856cda7077426e6b46e57113727a4c6 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 20 Dec 2019 11:52:01 +0100 Subject: [PATCH] ... --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index bd24e0d..e77ff1d 100644 --- a/.zshrc +++ b/.zshrc @@ -12,3 +12,7 @@ export EDITOR='vim' bindkey "^[^[[D" backward-word bindkey "^[^[[C" forward-word setopt auto_cd +alias l="ls" +alias lr="ls -ltr" +alias ll="ls -las" +