mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 08:06:41 -07:00
flake update and replace ncdu with dua-cli
This commit is contained in:
parent
f141d7d804
commit
5cf0dc6f6b
2 changed files with 11 additions and 11 deletions
4
home.nix
4
home.nix
|
@ -39,6 +39,7 @@
|
|||
deno
|
||||
devenv
|
||||
discord
|
||||
dua
|
||||
fd
|
||||
ffmpeg
|
||||
fishPlugins.foreign-env
|
||||
|
@ -56,7 +57,6 @@
|
|||
metals
|
||||
multimarkdown
|
||||
mypy
|
||||
ncdu
|
||||
neofetch
|
||||
neovim
|
||||
niv
|
||||
|
@ -288,7 +288,7 @@
|
|||
shellAliases = {
|
||||
addsshmac = "ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
|
||||
cat = "bat";
|
||||
du = "ncdu --color dark -rr -x";
|
||||
du = "dua i";
|
||||
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
||||
ping = "prettyping";
|
||||
".." = "cd ..";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue