Skip to content

Commit

Permalink
Switch to eza
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 3, 2023
1 parent ad87652 commit 928b8a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .chezmoiscripts/run_once_02_install_pkgx_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ command -v "chezmoi" >/dev/null 2>&1 || pkgx install chezmoi.io~2.34
command -v "gh" >/dev/null 2>&1 || pkgx install cli.github.com^2.26
pkgx install crates.io/git-delta^0.15
pkgx install crates.io/gitui@latest
pkgx install crates.io/eza^0.15
pkgx install crates.io/ripgrep@latest
pkgx install crates.io/vivid^0.9
pkgx install crates.io/zellij~0.38
command -v "git" >/dev/null 2>&1 || pkgx install git-scm.org^2.40
pkgx install github.com/junegunn/fzf@latest
pkgx install github.com/peltoche/lsd^1
pkgx install helix-editor.com~23.10
pkgx install nushell.sh~0.86
pkgx install starship.rs~1.16
Expand Down
12 changes: 6 additions & 6 deletions dot_config/nushell/scripts/aliases.nu
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export alias l = lsd
export alias ls = lsd
export alias la = lsd -a
export alias ll = lsd -l
export alias lla = lsd -la
export alias lt = lsd --tree
export alias l = eza
export alias ls = eza
export alias la = eza -a
export alias ll = eza -l
export alias lla = eza -la
export alias lt = eza --tree

export alias ag = rg

Expand Down

0 comments on commit 928b8a2

Please sign in to comment.