try this for now
This commit is contained in:
parent
9f8515b23c
commit
28dc20aa36
1 changed files with 14 additions and 6 deletions
|
|
@ -24,22 +24,30 @@
|
||||||
hashKnownHosts = true;
|
hashKnownHosts = true;
|
||||||
compression = true;
|
compression = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"tartarus" = {
|
"tartarus" = {
|
||||||
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 = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
|
setEnv = {
|
||||||
# "RemoteCommand" = "fish";
|
"TERM" = "xterm-256color";
|
||||||
# };
|
};
|
||||||
|
extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
|
||||||
|
"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 = { # TODO fix the damn starship error
|
setEnv = {
|
||||||
# "RemoteCommand" = "fish";
|
"TERM" = "xterm-256color";
|
||||||
# };
|
};
|
||||||
|
extraOptions = { # TODO fix the damn starship error
|
||||||
|
"RemoteCommand" = "fish";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue