Running Prezto inside a shell session on Emacs -
i'm trying run prezto terminal session emacs, when execute m-shell
, normal zsh gets loaded. how can prezto configuration kick in?
also, how avoid completions
buffer appearing , instead autocomplete execute zsh or prezto? example, if type folder name partially , hit tab
, different folder names autocompleted when running zsh + presto in command line. but, in current set on emacs, instead of autocompleting folder names, opens new buffer completions suggestions sucks.
update: i've found alternative way start zsh shell, executing m-x ansi-term
select bin/zsh
, seems start normal zsh prezto , expected autocompletion. right way?
m-x shell
creates emacs shell, prezto, need run terminal emulator, m-x ansi-term
. more information on difference between them 2 here.
Comments
Post a Comment