Skip to content

Commit

Permalink
refactor: Update Zsh configuration to include eza alias for ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorSquad committed May 4, 2024
1 parent d08bb84 commit 2c36e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-installation/defaults/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ alias bxd="bin/xdebug disable"
alias open="xdg-open"
alias sail="./vendor/bin/sail"
alias dps="docker ps --format \"table {{.ID}}\t{{.Names}}\t{{.RunningFor}}\t{{.Status}}\""
which eza >/dev/null && alias ls=eza
alias ls=eza

export BAT_PAGER="less --mouse -RF"
export LESS="--mouse -RF"
Expand Down

0 comments on commit 2c36e5e

Please sign in to comment.