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.

enter image description here


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):

enter image description here


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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -