Skip to content

Commit

Permalink
Merge pull request #8 from jerinjoy/dev/joy/switch_from_exa
Browse files Browse the repository at this point in the history
Switched from exa to lsd
  • Loading branch information
jerinjoy authored Mar 28, 2024
2 parents cefdac7 + 76a320e commit 34e8a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ brew "bat"
brew "black"
brew "ccache"
brew "ctags"
brew "exa"
brew "lsd"
brew "fd"
brew "fish"
brew "flake8"
Expand Down
6 changes: 3 additions & 3 deletions homedir_files/config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -x EDITOR vim

# These aliases depend on the binaries being available.
function add_abbr_requiring_binaries
abbr -a ls exa
abbr -a ltr exa -lh --git --sort=newest
abbr -a ltra exa -lh --git --sort=newest -a
abbr -a ls lsd
abbr -a ltr lsd -ltr
abbr -a ltra lsd -ltra

abbr -a cat "bat "
abbr -a kit "bat --style=plain,header "
Expand Down

0 comments on commit 34e8a5a

Please sign in to comment.