summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.oqube@gmail.com>2020-12-30 10:14:33 +0100
committerArnaud Bailly <arnaud.oqube@gmail.com>2020-12-30 10:14:33 +0100
commit3be5866114af4f70e3be0f83ebebf44848ddb7f2 (patch)
tree4f821c4904e486803383371f373d601f2dfe6a27 /.bash_profile
parent39b7470b3f996b7ef710290f0153dc75ac61b6d8 (diff)
downloaddotfiles-3be5866114af4f70e3be0f83ebebf44848ddb7f2.tar.gz
lsp config + map Super key in iTerm
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile8
1 files changed, 7 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index c004cb9..7edf4c5 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -3,9 +3,9 @@ export PATH=${HOME}/.local/bin:${PATH}
export PATH=${HOME}/.idris2/bin:${PATH}
export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"
export PATH="/Applications/Racket v7.4/bin:$PATH"
+export PATH="$PATH:/Users/arnaud/.dat/releases/dat-13.13.1-macos-x64"
export GOPATH=${HOME}/go
alias ec="emacsclient -c"
-alias g=git
# from https://stackoverflow.com/questions/18880024/start-ssh-agent-on-login
SSH_ENV="$HOME/.ssh/environment"
@@ -36,3 +36,9 @@ test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shel
export PATH="$HOME/.cargo/bin:$PATH"
. ~/.bashrc
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/Users/arnaud/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/Users/arnaud/Downloads/google-cloud-sdk/path.bash.inc'; fi
+
+# The next line enables shell command completion for gcloud.
+if [ -f '/Users/arnaud/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/arnaud/Downloads/google-cloud-sdk/completion.bash.inc'; fi