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";
|
||||
ll = "exa -lah";
|
||||
grep = "rg";
|
||||
cat = "bat -p";
|
||||
|
||||
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
|
||||
devi = "nix flake init -t templates#";
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@
|
|||
curl
|
||||
btop # system monitor
|
||||
ripgrep # grep replacement
|
||||
bat # cat replacement
|
||||
fd # find replacement
|
||||
eza # ls replacement
|
||||
nh # nix helper
|
||||
|
|
@ -185,7 +184,6 @@
|
|||
aliases["ls"] = "exa"
|
||||
aliases["ll"] = "exa -lah"
|
||||
aliases["grep"] = "rg"
|
||||
aliases["cat"] = "bat -p"
|
||||
|
||||
'';
|
||||
}; # end xonsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue