From 50e5019c2b4d4f3bf35fdb5fc6add519e53d0987 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 26 Sep 2023 15:18:28 +0300 Subject: [shells] Update aliases --- .shells/alias.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.shells/alias.sh') diff --git a/.shells/alias.sh b/.shells/alias.sh index 1730d5f..e986406 100644 --- a/.shells/alias.sh +++ b/.shells/alias.sh @@ -23,7 +23,8 @@ alias yeet='paru -Rsc' # weather alias weather="curl wttr.in" -alias ls='ls -la --color' +alias ls='ls --color' +alias ll='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' -- cgit v1.2.3