disable for now

This commit is contained in:
Osman Faruk Bayram 2025-01-14 00:51:38 +03:00
parent 9c66e81dd9
commit bcb6883539

View file

@ -29,17 +29,17 @@
hostname = "192.168.0.4";
user = "osbm";
identityFile = "/home/osbm/.ssh/id_ed25519";
extraOptions = {
"RemoteCommand" = "fish";
};
# extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
# "RemoteCommand" = "fish";
# };
};
"ymir" = {
hostname = "192.168.0.2";
user = "osbm";
identityFile = "/home/osbm/.ssh/id_ed25519";
extraOptions = {
"RemoteCommand" = "fish";
};
# extraOptions = { # TODO fix the damn starship error
# "RemoteCommand" = "fish";
# };
};
};
};