tackle this later

This commit is contained in:
Osman Faruk Bayram 2025-01-14 14:23:43 +03:00
parent 28dc20aa36
commit 75de8d1175

View file

@ -31,23 +31,23 @@
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";
setEnv = { # setEnv = {
"TERM" = "xterm-256color"; # "TERM" = "xterm-256color";
}; # };
extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb). # 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";
setEnv = { # setEnv = {
"TERM" = "xterm-256color"; # "TERM" = "xterm-256color";
}; # };
extraOptions = { # TODO fix the damn starship error # extraOptions = { # TODO fix the damn starship error
"RemoteCommand" = "fish"; # "RemoteCommand" = "fish";
}; # };
}; };
}; };
}; };