From 38cfa590fdd150bbb5b07fc87793cac1f2302d29 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Sun, 11 Feb 2024 16:38:15 +0100 Subject: [PATCH] Add zsh alias --- root/home/bhasher/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/home/bhasher/.zshrc b/root/home/bhasher/.zshrc index 54c3a23..6d768c2 100644 --- a/root/home/bhasher/.zshrc +++ b/root/home/bhasher/.zshrc @@ -19,6 +19,8 @@ export EDITOR='vim' # Custom alias ip="ip -c" +alias ls="ls -A" +alias sl="sl -adew5F" cat() { for arg in "$@"; do