Skip to content

Commit

Permalink
exa: A modern replacement for 'ls' (linux & mac, soon on windows: ogh…
Browse files Browse the repository at this point in the history
  • Loading branch information
helmesjo committed Jan 7, 2023
1 parent 4860b57 commit 90dbdfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/linux-arch/.bazsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ fi

alias cat='bat'
alias config='/usr/bin/git -C $dotfiles_root'
alias ls='ls --color=auto'
alias ls='exa --color=auto'
2 changes: 1 addition & 1 deletion configs/linux-arch/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if status is-interactive
# Aliases
alias cat='bat'
alias config='git -C $dotfiles_root'
alias ls='ls --color=auto'
alias ls='exa --color=auto'
# helix doesn't have a 'hx' bin on arch
if command -v helix &> /dev/null
alias hx='helix'
Expand Down
1 change: 1 addition & 0 deletions scripts/linux-arch/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pacpkgs=(
# Core
alacritty
bat
exa
fish
fzf
ripgrep
Expand Down
1 change: 1 addition & 0 deletions scripts/macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $file_dir/install-pkgin.sh
brewpkgs=(
bash
bat
exa
fish
fzf
git-delta
Expand Down

0 comments on commit 90dbdfa

Please sign in to comment.