Skip to content

Commit

Permalink
feat(Brewfile): use eza
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed May 18, 2024
1 parent ac5c4ea commit ebf9f04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ alias cddl="cd ~/Downloads"
alias cddf="cd $DOTFILES"
alias cdd="cd ~/dev"

# Always enable colored `grep` & `ls` output
alias grep='grep --color=auto'
alias ls='ls --color=auto'

alias ls='eza'

alias cat='bat'
alias -g -- -h='-h 2>&1 | bat --language=help --style=plain'
Expand Down
1 change: 1 addition & 0 deletions setup/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ brew 'gmp'
# Install other useful binaries.
brew 'atuin'
brew 'bat'
brew 'eza'
brew 'fd'
brew 'fzf'
brew 'ripgrep'
Expand Down
2 changes: 1 addition & 1 deletion synced/symlink/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export ZSH_AUTOSUGGEST_MANUAL_REBIND="true"

zstyle ':omz:update' mode disabled
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls -1 --color=always $realpath'
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'

# Load oh-my-zsh
source "$ZSH/oh-my-zsh.sh"
Expand Down

0 comments on commit ebf9f04

Please sign in to comment.