emacs - How to use Oh My ZSH within a Spacemacs shell? -
context
i have nice , beautiful setup on iterm2 (i'm using mac) default shell zsh , customized using oh-my-zsh , agnoster-fcamblor theme.
issue
as spacemacs user, as possible without leaving emacs. decided invoke terminal window inside of it, i'm used doing vim/tmux.
this (in same directory):
things i've checked
apparently theme not being applied.
this relevant part of ~/.spacemacs
:
(shell :variables shell-default-shell 'ansi-term shell-default-height 30 shell-default-term-shell "/bin/zsh" shell-default-position 'bottom)
a few important things:
$> echo $0
shows me zsh shell being used inside spacemacs.$> echo $ps1
shows me set , matches iterm2.- i tried sourcing configuration file use but, above fact suggests, being loaded.
question
how can apply oh-my-zsh theme inside spacemacs shell window?
Comments
Post a Comment