# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
+export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
+export PATH="/Users/alexandergoussas/.gem/ruby/3.4.0/bin:$PATH"
+export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
+
+[ -f "/Users/alexandergoussas/.ghcup/env" ] && . "/Users/alexandergoussas/.ghcup/env" # ghcup-env
\ No newline at end of file
--- /dev/null
+if command -v oh-my-posh >/dev/null; then
+ eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/material.omp.json)"
+fi
+
+export SDKMAN_DIR="$HOME/.sdkman"
+[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
+
+alias ls='ls --color=auto'
+alias gs='git status'
+
+
+PATH="$PATH:$HOME/go/bin"
+PATH="$PATH:$HOME/.cabal/bin"
+PATH="$PATH:$HOME/Library/Python/3.9/bin"
+PATH="$PATH:$HOME/.cache/rebar3/bin"
+PATH="$PATH:/usr/local/opt/"
+export PATH
+
+[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env"
+[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
+
+export NVM_DIR="$HOME/.nvm"
+[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
+[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
+
+export ANDROID_HOME="$HOME"/Library/Android/sdk
+export PATH=$ANDROID_HOME/platform-tools:$PATH
+export PATH=$ANDROID_HOME/tools:$PATH
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/alexandergoussas/Documents/google-cloud-sdk/path.zsh.inc'; fi
+
+# The next line enables shell command completion for gcloud.
+if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc'; fi
+
+# bun completions
+[ -s "/Users/alexandergoussas/.bun/_bun" ] && source "/Users/alexandergoussas/.bun/_bun"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"
+export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
+export PATH="/Users/alexandergoussas/.gem/ruby/3.4.0/bin:$PATH"
+export PATH="/opt/homebrew/opt/ruby/bin:$PATH"