fix(zshrc): load ZSH_THEME correctly
Anirudh icyph0x@pm.me
Mon, 07 May 2018 01:28:42 +0530
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -16,6 +16,9 @@ export PATH=$PATH:$HOME/bin
export GPG_TTY=$(tty) export INPUTRC=~/.inputrc +# theme specefic +ZSH_THEME="simple" + # plugins plugins=(git zsh-autosuggestions zsh-syntax-highlighting)@@ -23,9 +26,6 @@ # sourced scripts
source $ZSH/oh-my-zsh.sh source /usr/share/autojump/autojump.zsh # source $HOME/.cargo/env - -# theme specefic -ZSH_THEME="simple" # aliases alias scrot="~/bin/scrot.sh"