Skip to content

Commit

Permalink
replace exa with eza
Browse files Browse the repository at this point in the history
  • Loading branch information
protiumx committed Jan 29, 2024
1 parent 832f7e5 commit 854d4b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages=(
curl
dasel # https://github.com/TomWright/dasel
dust # https://github.com/bootandy/dust
exa # https://github.com/ogham/exa
eza # https://github.com/eza-community/eza
fzf # https://github.com/junegunn/fzf
fd # https://github.com/sharkdp/fd
gettext
Expand Down
2 changes: 1 addition & 1 deletion stow/zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ alias dot="cd ~/.dotfiles && nvim"
alias e="nvim"
alias icat="wezterm imgcat"
alias lt="dust -b -H -r -X '.git'"
alias tree="exa --tree --level=5 --icons --group-directories-first --color auto"
alias tree="eza --tree --level=5 --icons --group-directories-first --color auto"
alias yw="yarn workspace"

# Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions stow/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ bindkey '^[[3;3~' kill-word

# zsh syntax highlighting clears and restores aliases after .zshenv is loaded
# this keeps ls and ll aliased correctly
alias ls="exa --group-directories-first -G --color auto --icons -a -s type"
alias ll="exa --group-directories-first -l --color always --icons -a -s type"
alias ls="eza --group-directories-first -G --color auto --icons -a -s type"
alias ll="eza --group-directories-first -l --color always --icons -a -s type"

# Golang
export GOPATH="$HOME/go"
Expand Down

0 comments on commit 854d4b1

Please sign in to comment.