Adds config for new work mac
This commit is contained in:
parent
b5ebffd469
commit
48ea1e8876
4 changed files with 293 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
echo "---"
|
||||
end
|
||||
'';
|
||||
localip = " ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
||||
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
||||
publicip = "curl -4 ifconfig.me";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue