tv: cleanup stale shell aliases
This commit is contained in:
parent
58eb3302b0
commit
74a65a60ea
@ -68,18 +68,13 @@ with import <stockholm/lib>;
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.shellAliases = mkForce {
|
environment.shellAliases = mkForce {
|
||||||
# alias cal='cal -m3'
|
|
||||||
gp = "${pkgs.pari}/bin/gp -q";
|
gp = "${pkgs.pari}/bin/gp -q";
|
||||||
df = "df -h";
|
df = "df -h";
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
# alias grep='grep --color=auto'
|
|
||||||
|
|
||||||
# TODO alias cannot contain #\'
|
# TODO alias cannot contain #\'
|
||||||
# "ps?" = "ps ax | head -n 1;ps ax | fgrep -v ' grep --color=auto ' | grep";
|
# "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";
|
ls = "ls -h --color=auto --group-directories-first";
|
||||||
dmesg = "dmesg -L --reltime";
|
dmesg = "dmesg -L --reltime";
|
||||||
view = "vim -R";
|
view = "vim -R";
|
||||||
|
Loading…
Reference in New Issue
Block a user