From c8e14f857e44906ad2acd14f59c3e9e4abdb8d0d Mon Sep 17 00:00:00 2001 From: JGill Date: Sat, 5 Oct 2024 13:58:22 +0930 Subject: [PATCH] New alias a aa ; install eza to use --- ezshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ezshrc.zsh b/ezshrc.zsh index 889ea74..4c195c3 100644 --- a/ezshrc.zsh +++ b/ezshrc.zsh @@ -151,6 +151,9 @@ alias myip="wget -qO- https://wtfismyip.com/text" # quickly show external ip add alias l="ls --hyperlink=auto -lAhrtF" # show all except . .. , sort by recent, / at the end of folders, clickable alias e="exit" alias ip="ip --color=auto" +## Install EZA to use this. The better ls command +alias a='eza -la --git --colour-scale all -g --smart-group --icons always --hyperlink' #the new ls +alias aa='eza -la --git --colour-scale all -g --smart-group --icons always --hyperlink -s modified -r'#sort by new # CUSTOM FUNCTIONS