diff options
Diffstat (limited to 'dot_local/lib/sh/exa')
| -rw-r--r-- | dot_local/lib/sh/exa | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_local/lib/sh/exa b/dot_local/lib/sh/exa new file mode 100644 index 0000000..4fcfc31 --- /dev/null +++ b/dot_local/lib/sh/exa @@ -0,0 +1,7 @@ +. hascmd exa || return +alias ls=exa +alias l='exa -l' +alias ll='exa -l' +alias la='exa -la' + +alias tree='exa -T' |
