mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-06-07 21:22:04 +01:00
896af887ca
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
7 lines
211 B
Nu
7 lines
211 B
Nu
export alias x = exa --icons
|
|
export alias xa = exa --icons --all
|
|
export alias xl = exa --long
|
|
export alias xla = exa --long --all
|
|
export alias xt = exa --icons --tree
|
|
export alias xta = exa --icons --tree --all
|