updates home manager config
This commit is contained in:
parent
2c8c977d28
commit
d44b7ebdaa
4 changed files with 26 additions and 39 deletions
|
|
@ -31,7 +31,6 @@
|
|||
programs.fish = {
|
||||
enable = true;
|
||||
functions = {
|
||||
ff = "bash ${./ff.bash}";
|
||||
fish_greeting = "fortune -a";
|
||||
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