eza but actually, and lay down topgrade
This commit is contained in:
parent
fe75b6ace1
commit
741c9d33ac
2 changed files with 12 additions and 0 deletions
|
@ -129,6 +129,16 @@ in {
|
|||
|
||||
programs.topgrade = {
|
||||
enable = true;
|
||||
settings = {
|
||||
misc = {
|
||||
disable = ["node" "nix" "home_manager" "gem" "ruby_gems" "cargo" "vim" "pipx" "pip3" "containers"];
|
||||
run_in_tmux = true;
|
||||
display_time = true;
|
||||
skip_notify = true;
|
||||
};
|
||||
git.max_concurrency = 5;
|
||||
linux.arch_package_manager = "paru";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
|
|
|
@ -3,6 +3,8 @@ function ls {
|
|||
lsd $@
|
||||
elif [[ "${LS_PICKER}" == "exa" ]]; then
|
||||
exa $@
|
||||
elif [[ "${LS_PICKER}" == "eza" ]]; then
|
||||
eza $@
|
||||
else
|
||||
/bin/ls $@
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue