Skip to content

Commit

Permalink
*shrc: tweak configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 28, 2023
1 parent c072b8b commit ae61f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions shrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ if quiet_which brew; then

export HOMEBREW_DEVELOPER=1
export HOMEBREW_BOOTSNAP=1
export HOMEBREW_BUNDLE_INSTALL_CLEANUP=1
export HOMEBREW_BUNDLE_DUMP_DESCRIBE=1
export HOMEBREW_NO_ENV_HINTS=1
export HOMEBREW_AUTOREMOVE=1
export HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=1
Expand All @@ -109,9 +111,9 @@ else
export GIT_PAGER='less -+$LESS -RX'
fi

if quiet_which exa
if quiet_which eza
then
alias ls="exa --classify --group --git"
alias ls="eza --classify --group --git"
elif [[ -n "${MACOS}" ]]
then
alias ls="ls -F"
Expand Down
1 change: 0 additions & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ GRC_ZSH="$HOMEBREW_PREFIX/etc/grc.zsh"
alias zmv="noglob zmv -vW"
alias rake="noglob rake"
alias be="nocorrect noglob bundle exec"
alias brew="nocorrect brew"

# to avoid non-zero exit code
true

0 comments on commit ae61f0e

Please sign in to comment.