eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

history is empty when restarted #17

Closed zirosas closed 5 years ago

zirosas commented 5 years ago
salmanulfarzy commented 5 years ago

Command history in Zsh is handled with HISTFILE and AFAIK prompts do not alter it. Does this happen with other prompts for you ?

Make sure your history file is setup properly.

eendroroy commented 5 years ago

Is it the first time you switched from bash to zsh? If this is the case, you will not see bash history in zsh.

zirosas commented 5 years ago

I'm not switching from bash to zsh. I've been using zsh with oh-my-zsh.sh. I've changed .zshrc from source $ZSH/oh-my-zsh.sh to source ~/alien/alien.zsh

eendroroy commented 5 years ago

Did you follow OMZ's guide to install theme? https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes

zirosas commented 5 years ago

OK, I followed and it works as expected. Thank you!