fix tramp mode

This commit is contained in:
Grigory Shipunov 2024-10-19 15:21:13 +00:00
parent 31b6233360
commit e31244563a

View file

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