diff options
author | tv <tv@krebsco.de> | 2020-10-03 04:09:45 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-10-03 04:09:50 +0200 |
commit | 5c8163e30bd9332577275425fa9809d1d8a3e276 (patch) | |
tree | 585a3356b48eb46cbd0e59addd38ef6536fa517c /tv/2configs/default.nix | |
parent | 56f4315de2600475e9a70e8d49d9786c3a5e6044 (diff) |
tv: cleanup stale shell aliases
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 9132773..2d813fe 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"; |