Skip to content

Commit

Permalink
New alias a aa ; install eza to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jotyGill committed Oct 5, 2024
1 parent e52be0e commit c8e14f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ezshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8e14f8

Please sign in to comment.