fixed typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user