From 77be9de6b82ee30fe1a6a3724952dac13a63a495 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 8 Aug 2020 05:44:54 +0200 Subject: Added scripts, vim fugitive/markdown-preview --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index d21278f..8cf539c 100644 --- a/.zshrc +++ b/.zshrc @@ -102,5 +102,7 @@ tabs 4 export LFS=/mnt -export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/bin" -export PATH="$PATH:$HOME/.vim/plugged/vim-superman/bin" +export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$DOTDIR/bin" +# export PATH="$PATH:$HOME/.vim/plugged/vim-superman/bin" + +export GPG_TTY=$(tty) # fixing gpg fatal error about tty -- cgit