Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created July 13, 2023 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santhosh-chinnasamy/7fabd1b1c8f2f2900447bfabf4c5f4f2 to your computer and use it in GitHub Desktop.
Save santhosh-chinnasamy/7fabd1b1c8f2f2900447bfabf4c5f4f2 to your computer and use it in GitHub Desktop.
~/.profile
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/profile.pre.bash" ]] && builtin source "$HOME/.fig/shell/profile.pre.bash"
PATH="/usr/local/bin:$PATH"
. "$HOME/.cargo/env"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
# >>> talisman >>>
# Below environment variables should not be modified unless you know what you are doing
export TALISMAN_HOME=/Users/santhosh/.talisman/bin
alias talisman=$TALISMAN_HOME/talisman_darwin_amd64
export TALISMAN_INTERACTIVE=true
# <<< talisman <<<
## direnv
eval "$(direnv hook zsh)"
## GO
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/profile.post.bash" ]] && builtin source "$HOME/.fig/shell/profile.post.bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment