Configured TTY Login so that it uses Bash on TTY
This commit is contained in:
parent
8a5917067f
commit
24ae897664
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellInit = "eval \"$(zoxide init zsh --cmd cd)\"";
|
shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi; eval \"$(zoxide init zsh --cmd cd)\"";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue