From 1e398fdd13b50a37e149d7f154488bbcc0a1b9bc Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 9 Aug 2018 19:44:39 -0400 Subject: [PATCH] Update .zshrc --- ChromeOS/zsh/.zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChromeOS/zsh/.zshrc b/ChromeOS/zsh/.zshrc index 8cc45a1..f89bc50 100644 --- a/ChromeOS/zsh/.zshrc +++ b/ChromeOS/zsh/.zshrc @@ -16,7 +16,9 @@ bindkey -v #git clone https://github.com/zsh-users/zsh-syntax-highlighting.git #echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc -source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +alias gitpsswd="cat /media/removable/SD\ Card/gitpsswd" # prompt stuff autoload -U colors && colors @@ -152,8 +154,8 @@ extract () { } #cls #screenfetch -source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -source /home/chronos/user/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +#source /home/chronos/user/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh eval $(thefuck --alias) export PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/local/share/texlive/2017/bin/x86_64-linux