mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
added git info to exa, removed empty lines
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
0e1a186ac8
commit
66c823544b
@ -60,8 +60,6 @@
|
|||||||
|
|
||||||
home.file.".background-image".source = ./common/wallpaper/nix-wallpaper-nineish-dark-gray.png;
|
home.file.".background-image".source = ./common/wallpaper/nix-wallpaper-nineish-dark-gray.png;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
programs.home-manager = {
|
programs.home-manager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cp = "cp -i";
|
cp = "cp -i";
|
||||||
ls = "exa --icons";
|
ls = "exa --icons --git";
|
||||||
ll = "exa --long --icons --binary --group";
|
ll = "exa --long --icons --binary --group";
|
||||||
llg = "exa --long --icons --grid --binary --group";
|
llg = "exa --long --icons --grid --binary --group";
|
||||||
lal = "ll --all";
|
lal = "ll --all";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user