Skip to content

Commit

Permalink
Update profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Apr 19, 2023
1 parent e4a5c2c commit c52c0ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
13 changes: 11 additions & 2 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ if [ -d "/Applications/Visual Studio Code.app" ]; then
fi

alias yaegi='rlwrap yaegi'

export WASMTIME_HOME="$HOME/.wasmtime"
alias flamegraph='~/src/github.com/brendangregg/FlameGraph/flamegraph.pl'

export PATH="$WASMTIME_HOME/bin:$PATH"
export PATH="/opt/homebrew/opt/[email protected]/libexec/bin:$PATH"
Expand All @@ -84,3 +83,13 @@ _awsume() {
return 0
}
complete -F _awsume awsume

# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/vcastellm/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/Users/vcastellm/Downloads/google-cloud-sdk/path.bash.inc'; fi

# The next line enables shell command completion for gcloud.
if [ -f '/Users/vcastellm/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/vcastellm/Downloads/google-cloud-sdk/completion.bash.inc'; fi
export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"
export PATH="$PATH:/Users/vcastellm/.foundry/bin"


16 changes: 8 additions & 8 deletions gemrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
:verbose: true
gem: --no-ri --no-rdoc
:update_sources: true
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
---
:backtrace: false
:bulk_threshold: 1000
:benchmark: false
:sources:
- https://rubygems.org/
:update_sources: true
:verbose: true
:concurrent_downloads: 8
gem: "--no-ri --no-rdoc"
benchmark: false

0 comments on commit c52c0ab

Please sign in to comment.