modules/home/programs/terminal/wezterm.nix: fix, refactor
modules/home/programs/shell/oh-my-posh.nix: fix, refactor Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -17,7 +17,7 @@ in {
|
||||
# version = 2;
|
||||
final_space = true;
|
||||
shell_integration = true;
|
||||
console_title_template = "{{if .SSHSession}}{{.HostName}} {{ end }}{{ .Shell }} in {{ .Folder }}";
|
||||
console_title_template = "{{ .Shell }} in {{ .Folder }}";
|
||||
blocks = [
|
||||
{
|
||||
type = "prompt";
|
||||
|
Reference in New Issue
Block a user