1
0
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:
Kierán Meinhardt
2019-08-27 17:27:26 +02:00
parent 6878535724
commit e73c3d16f6
3 changed files with 9 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,5 @@
secrets.nix secrets.nix
result result
todo.txt.bak
done.txt
report.txt

View File

@@ -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";
}; };
} }
{ {

View File

@@ -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"