tackle this later
This commit is contained in:
parent
28dc20aa36
commit
75de8d1175
1 changed files with 12 additions and 12 deletions
|
|
@ -31,23 +31,23 @@
|
|||
hostname = "192.168.0.4";
|
||||
user = "osbm";
|
||||
identityFile = "/home/osbm/.ssh/id_ed25519";
|
||||
setEnv = {
|
||||
"TERM" = "xterm-256color";
|
||||
};
|
||||
extraOptions = { # [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
|
||||
"RemoteCommand" = "fish";
|
||||
};
|
||||
# setEnv = {
|
||||
# "TERM" = "xterm-256color";
|
||||
# };
|
||||
# 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";
|
||||
setEnv = {
|
||||
"TERM" = "xterm-256color";
|
||||
};
|
||||
extraOptions = { # TODO fix the damn starship error
|
||||
"RemoteCommand" = "fish";
|
||||
};
|
||||
# setEnv = {
|
||||
# "TERM" = "xterm-256color";
|
||||
# };
|
||||
# extraOptions = { # TODO fix the damn starship error
|
||||
# "RemoteCommand" = "fish";
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue