all repos — dotfiles @ 409a9f1806dcaa5a4fa2aac99f688d0dff7b9ee1

my *nix dotfiles

fix(zshrc): load ZSH_THEME correctly
Anirudh icyph0x@pm.me
Mon, 07 May 2018 01:28:42 +0530
commit

409a9f1806dcaa5a4fa2aac99f688d0dff7b9ee1

parent

3d3322f3aacb8b7b4134f1cd4b99d32be67b427c

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M zsh/.zshrczsh/.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"