Skip to content

Commit

Permalink
Replace exa with eza
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmercer committed Oct 5, 2023
1 parent 082761c commit 953bae7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ brew tap homebrew/cask-fonts
"chezmoi"
"ctags"
"dockutil"
"exa"
"eza"
"fzf"
"gh"
"git"
Expand Down
4 changes: 2 additions & 2 deletions .chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ brew install gcc
"cheat"
"chezmoi"
"ctags"
"exa"
"eza"
"fzf"
"gh"
"git"
Expand All @@ -53,7 +53,7 @@ brew install gcc
"bat"
"chezmoi"
"ctags"
"exa"
"eza"
"expect"
"fzf"
"git-delta"
Expand Down
4 changes: 2 additions & 2 deletions system/ls.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Always use exa, the better ls
alias ls="command exa --color=always"
# Always use eza, the better ls
alias ls="command eza --color=always"
# List only directories
alias lsd="ls -lFD"

Expand Down

0 comments on commit 953bae7

Please sign in to comment.