no more bats!
This commit is contained in:
parent
648803b90c
commit
ea7b587b2b
2 changed files with 0 additions and 3 deletions
|
|
@ -44,7 +44,6 @@
|
||||||
ls = "exa";
|
ls = "exa";
|
||||||
ll = "exa -lah";
|
ll = "exa -lah";
|
||||||
grep = "rg";
|
grep = "rg";
|
||||||
cat = "bat -p";
|
|
||||||
|
|
||||||
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
|
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
|
||||||
devi = "nix flake init -t templates#";
|
devi = "nix flake init -t templates#";
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@
|
||||||
curl
|
curl
|
||||||
btop # system monitor
|
btop # system monitor
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
bat # cat replacement
|
|
||||||
fd # find replacement
|
fd # find replacement
|
||||||
eza # ls replacement
|
eza # ls replacement
|
||||||
nh # nix helper
|
nh # nix helper
|
||||||
|
|
@ -185,7 +184,6 @@
|
||||||
aliases["ls"] = "exa"
|
aliases["ls"] = "exa"
|
||||||
aliases["ll"] = "exa -lah"
|
aliases["ll"] = "exa -lah"
|
||||||
aliases["grep"] = "rg"
|
aliases["grep"] = "rg"
|
||||||
aliases["cat"] = "bat -p"
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
}; # end xonsh
|
}; # end xonsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue