Fix tmux hanging on startup
This commit is contained in:
parent
de126461d9
commit
c85cf63ecd
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ profiles:
|
||||||
# If nothing is specified, the users' default login shell will be used.
|
# If nothing is specified, the users' default login shell will be used.
|
||||||
# But you may as well log in to a remote host.
|
# But you may as well log in to a remote host.
|
||||||
# shell: "ssh ubuntu-vm"
|
# shell: "ssh ubuntu-vm"
|
||||||
shell: "ion"
|
shell: "bash"
|
||||||
# arguments: ["some", "optional", "arguments", "for", "the", "shell"]
|
# arguments: ["some", "optional", "arguments", "for", "the", "shell"]
|
||||||
|
|
||||||
# Builtin SSH-client configuration.
|
# Builtin SSH-client configuration.
|
||||||
|
|
Loading…
Reference in a new issue