diff options
author | self <george@gabbott.dev> | 2022-11-30 22:28:39 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-11-30 22:28:39 +0000 |
commit | 7309d81e15c6898b34c44c3a58f11788866e11ab (patch) | |
tree | 0ecb9641032d056d3ac5fb9b09231941d9c925ff | |
parent | 21e67a033e9ff16d867df1f70dd681fd03ca1e50 (diff) |
ls, l, ll
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |