summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-09-17 21:39:58 -0700
committerTyler Davis <tyler@gluecode.net>2023-09-17 21:39:58 -0700
commit667b8ac02584c8ba32a6dd7a4eca6aba0be00187 (patch)
tree72069cc53d1694d71b5eaa79ca937cda73166332 /.profile
parentd70aed67e94864483e1c7b229075a51f3d3752ac (diff)
downloaddotfiles-667b8ac02584c8ba32a6dd7a4eca6aba0be00187.tar.gz
dotfiles-667b8ac02584c8ba32a6dd7a4eca6aba0be00187.zip
sh: move from exa to eza
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.profile b/.profile
index f5698a9..df1afaa 100644
--- a/.profile
+++ b/.profile
@@ -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