mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(shell): add aliases
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,5 @@
|
|||||||
secrets.nix
|
secrets.nix
|
||||||
result
|
result
|
||||||
|
todo.txt.bak
|
||||||
|
done.txt
|
||||||
|
report.txt
|
||||||
|
|||||||
@@ -219,6 +219,8 @@
|
|||||||
wcd = "source ${wcd}";
|
wcd = "source ${wcd}";
|
||||||
where = "source ${where}";
|
where = "source ${where}";
|
||||||
take = "source ${take}";
|
take = "source ${take}";
|
||||||
|
tree = "${pkgs.exa}/bin/exa --tree";
|
||||||
|
cat = "${pkgs.bat}/bin/bat --style=plain";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
6
todo.txt
6
todo.txt
@@ -6,6 +6,8 @@ x (C) 2019-08-26 2019-08-25 @package tolino-screensaver
|
|||||||
(C) 2019-08-25 @package wallpapers
|
(C) 2019-08-25 @package wallpapers
|
||||||
(C) 2019-08-26 create +guest_user (gnome, firefox with plugins and prefs, libreoffice) @homeros
|
(C) 2019-08-26 create +guest_user (gnome, firefox with plugins and prefs, libreoffice) @homeros
|
||||||
(C) 2019-08-26 move gui stuff out of systemPackages and into users.me +guest_user
|
(C) 2019-08-26 move gui stuff out of systemPackages and into users.me +guest_user
|
||||||
(B) 2019-08-26 environment.shellAliases.cat = "bat --style=plain"
|
|
||||||
(B) 2019-08-26 environment.shellAliases.tree = "exa --tree"
|
|
||||||
(B) 2019-08-27 host something on @catullus (with nginx)
|
(B) 2019-08-27 host something on @catullus (with nginx)
|
||||||
|
(A) 2019-08-27 @package gourmet
|
||||||
|
(A) 2019-08-27 fix offlineimap password
|
||||||
|
x (B) 2019-08-26 2019-08-26 environment.shellAliases.cat = "bat --style=plain"
|
||||||
|
x (B) 2019-08-26 2019-08-26 environment.shellAliases.tree = "exa --tree"
|
||||||
|
|||||||
Reference in New Issue
Block a user