fixed typo

This commit is contained in:
2019-05-03 03:49:35 +00:00
parent f98c892e5d
commit bcec9442a5
+2 -2
View File
@@ -21,7 +21,7 @@ export GOPATH="/home/ewpt3ch/go"
#Create dirs for things that won't themselves #Create dirs for things that won't themselves
mkdir -p /tmp/makepkg mkdir -p /tmp/makepkg
source /etc/profile.d/bash-completion.sh #source /etc/profile.d/bash-completion.sh
#source ~/bin/npm_completion #source ~/bin/npm_completion
@@ -36,7 +36,7 @@ alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto' alias egrep='egrep --color=auto'
#create cache-dir for chrome #create cache-dir for chrome
mkdir -p /tmp/ewpt3ch-cache 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" #export NVM_DIR="/home/ewpt3ch/.nvm"
#[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm #[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
#[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion #[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion