summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-11-30 22:28:39 +0000
committerself <george@gabbott.dev>2022-11-30 22:28:39 +0000
commit7309d81e15c6898b34c44c3a58f11788866e11ab (patch)
tree0ecb9641032d056d3ac5fb9b09231941d9c925ff
parent21e67a033e9ff16d867df1f70dd681fd03ca1e50 (diff)
ls, l, ll
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c08107d..c7a6676 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -56,7 +56,8 @@ source "$XDG_CONFIG_HOME/zsh/.zshrc-abbrev"
alias sudo="sudo "
# ls / exa
-alias ls='exa -a --color=always'
+alias ls='exa --color=always'
+alias l='exa --header --long --git --time-style=long-iso --group --color=always'
alias ll="exa -a --header --long --git --time-style=long-iso --group"
abbrev-alias x="clear; ls"
abbrev-alias t="ls --tree"