Add dot files
This commit is contained in:
parent
4da895e719
commit
0dd4976210
91 changed files with 20968 additions and 542 deletions
12
.bashrc
12
.bashrc
|
|
@ -115,3 +115,15 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
#export SDKMAN_DIR="/home/joey/.sdkman"
|
||||
#[[ -s "/home/joey/.sdkman/bin/sdkman-init.sh" ]] && source "/home/joey/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/joey/cloudsdk/google-cloud-sdk/path.bash.inc' ]; then source '/home/joey/cloudsdk/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/joey/cloudsdk/google-cloud-sdk/completion.bash.inc' ]; then source '/home/joey/cloudsdk/google-cloud-sdk/completion.bash.inc'; fi
|
||||
|
||||
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/Documents/Keys/Test Cloud TTS-28e661a83ec0.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue