Kaynağa Gözat

Set terminal type for tramp

nixos
Maxime Wack 4 yıl önce
ebeveyn
işleme
22b544889c
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +2
    -0
      .emacs.d/options.el
  2. +4
    -0
      .zshrc

+ 2
- 0
.emacs.d/options.el Dosyayı Görüntüle

@@ -1,4 +1,6 @@
(setq
;; Set tramp terminal type
tramp-terminal-type "tramp"
;; Mode-line
;; Mnemonics for eol
eol-mnemonic-unix "(Unix)"


+ 4
- 0
.zshrc Dosyayı Görüntüle

@@ -1,4 +1,8 @@
. ~/.profile

# Set prompt for tramp
[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return

# Path to your oh-my-zsh installation.
ZSH=/usr/share/oh-my-zsh/



Yükleniyor…
İptal
Kaydet