feat: add eza as 'ls' replacement
This commit is contained in:
parent
a36e3121f1
commit
d4ca2e79b3
2 changed files with 3 additions and 1 deletions
|
@ -106,6 +106,7 @@ cask 'gpg-suite' # GPG handling for signing commits and email (SSH signing can a
|
|||
cask 'imageoptim' # Tool to optimize images / svgs
|
||||
cask 'jordanbaird-ice' # Bartender replacement for cleaner menubar
|
||||
brew 'starship' # fancy shell prompt
|
||||
brew 'eza' # fancy ls replacement
|
||||
cask 'ghostty' # Better terminal
|
||||
cask 'rectangle' # Better snap to edge behavior than native
|
||||
cask 'raycast' # Better spotlight search
|
||||
|
|
|
@ -21,7 +21,8 @@ fi
|
|||
|
||||
# General
|
||||
alias reloadshell="source $HOME/.zshrc"
|
||||
alias ll="ls -AhlFo --color --group-directories-first"
|
||||
alias ls="eza"
|
||||
alias ll="eza -al --icons --group-directories-first"
|
||||
alias shrug="echo '¯\_(ツ)_/¯' | clip"
|
||||
alias c="clear"
|
||||
alias compile="commit 'compile'"
|
||||
|
|
Loading…
Add table
Reference in a new issue