disable for now
This commit is contained in:
parent
9c66e81dd9
commit
bcb6883539
1 changed files with 6 additions and 6 deletions
|
|
@ -29,17 +29,17 @@
|
||||||
hostname = "192.168.0.4";
|
hostname = "192.168.0.4";
|
||||||
user = "osbm";
|
user = "osbm";
|
||||||
identityFile = "/home/osbm/.ssh/id_ed25519";
|
identityFile = "/home/osbm/.ssh/id_ed25519";
|
||||||
extraOptions = {
|
# extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
|
||||||
"RemoteCommand" = "fish";
|
# "RemoteCommand" = "fish";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
"ymir" = {
|
"ymir" = {
|
||||||
hostname = "192.168.0.2";
|
hostname = "192.168.0.2";
|
||||||
user = "osbm";
|
user = "osbm";
|
||||||
identityFile = "/home/osbm/.ssh/id_ed25519";
|
identityFile = "/home/osbm/.ssh/id_ed25519";
|
||||||
extraOptions = {
|
# extraOptions = { # TODO fix the damn starship error
|
||||||
"RemoteCommand" = "fish";
|
# "RemoteCommand" = "fish";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue