Skip to content

Commit

Permalink
Switch from eza to lsd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 6, 2023
1 parent 58fb6dc commit e3dbaf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions dotfiles/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ alias e="exit"
alias hh="hstr"
alias ytd="yt-dlp"

# eza (ls replacement)
alias ls='eza'
alias l='eza -lbF --git'
alias la='eza -lbhHigUmuSa --time-style=long-iso --git --color-scale'
# lsd (ls replacement)
alias ls='lsd'
alias l='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias lt='ls --tree'

# bat (cat replacement)
alias cat="bat --paging=never"
Expand Down
2 changes: 1 addition & 1 deletion scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew services start postgresql
# Other utilities
brew install jq
brew install bat
brew install eza
brew install lsd
brew install mas
brew install svn
brew install hstr
Expand Down

0 comments on commit e3dbaf9

Please sign in to comment.