all repos — dotfiles @ c3402fa58aab52c2cf78cefe021870e5ddd5cc44

my *nix dotfiles

fix(zshrc): zsh-syntax-highlighting hadn't been installed for years
icyphox icyph0x@protonmail.com
Tue, 20 Mar 2018 00:07:37 +0530
commit

c3402fa58aab52c2cf78cefe021870e5ddd5cc44

parent

2f9ed50297a80e0bac0074628874f5935a74b1ad

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

jump to
M zsh/.zshrczsh/.zshrc

@@ -21,10 +21,9 @@ ZSH_THEME="simple"

#export SPACESHIP_CHAR_SYMBOL="> " # plugins -plugins=(git zsh-syntax-highlighting zsh-autosuggestions) +plugins=(git zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh -#source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # aliases alias icysite="cd ~/leet/icysite"