added quickgui; removed tree; made ls --tree alias to tree
This commit is contained in:
parent
fcacd16e48
commit
25fd18658b
3 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
environment.shellAliases = {
|
||||
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
|
||||
neofetch = "fastfetch";
|
||||
tree = "ls --tree";
|
||||
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
killall
|
||||
sysz
|
||||
tmux
|
||||
tree
|
||||
wget
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ in
|
|||
plasma-panel-colorizer
|
||||
plasticity
|
||||
protonup
|
||||
quickemu
|
||||
quickgui
|
||||
qview
|
||||
qbittorrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue