fix tramp mode
This commit is contained in:
parent
31b6233360
commit
e31244563a
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# fixing emacs TRAMP
|
||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
||||
|
||||
setopt interactivecomments # allow comments in interactive mode
|
||||
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
|
||||
setopt nonomatch # hide error message if there is no match for the pattern
|
||||
|
|
Loading…
Add table
Reference in a new issue