fix(&doom): dumb-down terminal for tramp
This commit is contained in:
parent
7ededf6ea4
commit
08ccf6987e
2 changed files with 8 additions and 1 deletions
|
@ -53,7 +53,10 @@
|
|||
|
||||
(setq deft-recursive t)
|
||||
|
||||
(setq tramp-default-method "ssh")
|
||||
(setq
|
||||
tramp-default-method "ssh"
|
||||
tramp-terminal-type "tramp"
|
||||
)
|
||||
|
||||
(after! flyspell
|
||||
(setq flyspell-lazy-idle-seconds 1))
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
# defaultKeymap = "emacs";
|
||||
|
||||
initExtraFirst = ''
|
||||
[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return
|
||||
'';
|
||||
|
||||
initExtra = ''
|
||||
${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin
|
||||
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue