Skip to content

Commit

Permalink
eza -> exa
Browse files Browse the repository at this point in the history
ogham/exa#1243
among other things
  • Loading branch information
zachliu committed Apr 11, 2024
1 parent b0b6a7c commit c3c48a7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export MANPAGER=less

# tmuxinator
export EDITOR=/usr/bin/nvim
export SHELL=/usr/bin/zsh
export SHELL=/usr/local/bin/zsh

# environment variable controlling difference between HI-DPI / Non HI_DPI
# turn off because it messes up my pdf tooling
Expand Down Expand Up @@ -527,7 +527,9 @@ alias igrep="grep --perl-regexp -Ir \
--exclude-dir='venv'"

# enable color support of ls and also add handy aliases
alias ls='exa --color=auto'
# exa is unmaintained, use the active fork eza instead.
# alias ls='exa --color=auto'
alias ls='eza --color=auto'
alias dir='dir --color=auto'
alias vdir='vdir --color=auto'

Expand Down Expand Up @@ -1532,3 +1534,13 @@ source /home/zach/Documents/airflow/dev/breeze/autocomplete/breeze-complete-zsh.
# END: Added by Updated Airflow Breeze autocomplete setup

# }}}

# Load a few important annexes, without Turbo
# (this is currently required for annexes)
zinit light-mode for \
zdharma-continuum/zinit-annex-as-monitor \
zdharma-continuum/zinit-annex-bin-gem-node \
zdharma-continuum/zinit-annex-patch-dl \
zdharma-continuum/zinit-annex-rust

### End of Zinit's installer chunk

0 comments on commit c3c48a7

Please sign in to comment.