summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-12 20:24:40 +0100
committermakefu <github@syntax-fehler.de>2021-03-12 20:24:40 +0100
commitfe38a7cd7ebdaca847bf209a30139182be1d1e83 (patch)
tree7378c3536e4dbd821854747a1e76b63f3e31c626 /makefu
parent821239422fe86973e37acb05e50e76b748c77d0c (diff)
ma defaulat: alias ip -> ip -c -br
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index 695e8fee..be64e402 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -57,6 +57,7 @@ with import <stockholm/lib>;
environment.shellAliases = {
# TODO: see .aliases
lsl = "ls -lAtr";
+ ip = "ip -c -br";
dmesg = "dmesg -L --reltime";
psg = "ps -ef | grep";
nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml";