Quellcode durchsuchen

Set terminal type for tramp

nixos
Maxime Wack vor 4 Jahren
Ursprung
Commit
22b544889c
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      .emacs.d/options.el
  2. +4
    -0
      .zshrc

+ 2
- 0
.emacs.d/options.el Datei anzeigen

@@ -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 Datei anzeigen

@@ -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/



Laden…
Abbrechen
Speichern