From bcec9442a55f751df0d6802d49690c9cfd26438f Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 3 May 2019 03:49:35 +0000 Subject: [PATCH] fixed typo --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 9551d9c..076b776 100644 --- a/bashrc +++ b/bashrc @@ -21,7 +21,7 @@ export GOPATH="/home/ewpt3ch/go" #Create dirs for things that won't themselves mkdir -p /tmp/makepkg -source /etc/profile.d/bash-completion.sh +#source /etc/profile.d/bash-completion.sh #source ~/bin/npm_completion @@ -36,7 +36,7 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' #create cache-dir for chrome mkdir -p /tmp/ewpt3ch-cache -val $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) +eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) #export NVM_DIR="/home/ewpt3ch/.nvm" #[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm #[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion