mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: exa -> ls
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
ripgrep # recursively searches directories for a regex pattern
|
ripgrep # recursively searches directories for a regex pattern
|
||||||
jq # A lightweight and flexible command-line JSON processor
|
jq # A lightweight and flexible command-line JSON processor
|
||||||
yq-go # yaml processer https://github.com/mikefarah/yq
|
yq-go # yaml processer https://github.com/mikefarah/yq
|
||||||
exa # A modern replacement for ‘ls’
|
|
||||||
fzf # A command-line fuzzy finder
|
fzf # A command-line fuzzy finder
|
||||||
|
|
||||||
# networking tools
|
# networking tools
|
||||||
@@ -60,6 +59,14 @@
|
|||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# A modern replacement for ‘ls’
|
||||||
|
# useful in bash/zsh prompt, not in nushell.
|
||||||
|
exa = {
|
||||||
|
enable = true;
|
||||||
|
enableAliases = true;
|
||||||
|
git = true;
|
||||||
|
icons = true;
|
||||||
|
};
|
||||||
|
|
||||||
# skim provides a single executable: sk.
|
# skim provides a single executable: sk.
|
||||||
# Basically anywhere you would want to use grep, try sk instead.
|
# Basically anywhere you would want to use grep, try sk instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user