diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-09-17 21:39:58 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-09-17 21:39:58 -0700 |
commit | 667b8ac02584c8ba32a6dd7a4eca6aba0be00187 (patch) | |
tree | 72069cc53d1694d71b5eaa79ca937cda73166332 /.profile | |
parent | d70aed67e94864483e1c7b229075a51f3d3752ac (diff) | |
download | dotfiles-667b8ac02584c8ba32a6dd7a4eca6aba0be00187.tar.gz dotfiles-667b8ac02584c8ba32a6dd7a4eca6aba0be00187.zip |
sh: move from exa to eza
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ if [ -f "$HOME/.cargo/env" ]; then export PATH=$HOME/.cargo/bin:$PATH fi -if [ "$(command -v exa)" ]; then - alias ls='exa -G --color never -a -s type -F --time-style=long-iso' - alias ll='exa -l --color never -a -s type -F --time-style=long-iso' +if [ "$(command -v eza)" ]; then + alias ls='eza -G --color never -a -s type -F --time-style=long-iso' + alias ll='eza -l --color never -a -s type -F --time-style=long-iso' fi if [ "$(command -v bat)" ]; then |