summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-10-03 04:09:45 +0200
committertv <tv@krebsco.de>2020-10-03 04:09:50 +0200
commit74a65a60eadb6990d6cd6bcb06767f1f40e89f52 (patch)
treec76e85e11a77d25a917da2fc24553a2bf6ff6c58
parent58eb3302b0423347433d72248f90912f60b580bd (diff)
tv: cleanup stale shell aliases
-rw-r--r--tv/2configs/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 9132773c..2d813fe3 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -68,18 +68,13 @@ with import <stockholm/lib>;
];
environment.shellAliases = mkForce {
- # alias cal='cal -m3'
gp = "${pkgs.pari}/bin/gp -q";
df = "df -h";
du = "du -h";
- # alias grep='grep --color=auto'
# TODO alias cannot contain #\'
# "ps?" = "ps ax | head -n 1;ps ax | fgrep -v ' grep --color=auto ' | grep";
- # alias la='ls -lA'
- lAtr = "ls -lAtr";
- # alias ll='ls -l'
ls = "ls -h --color=auto --group-directories-first";
dmesg = "dmesg -L --reltime";
view = "vim -R";