Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Feb 1, 2024
1 parent 6e50f3b commit 5468dec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if ! zgen saved; then
zgen oh-my-zsh plugins/pip
zgen oh-my-zsh plugins/lein
zgen oh-my-zsh plugins/golang
zgen oh-my-zsh plugins/rust
zgen oh-my-zsh plugins/gradle
zgen oh-my-zsh plugins/command-not-found
zgen load zsh-users/zsh-syntax-highlighting
Expand Down Expand Up @@ -42,14 +43,17 @@ export EDITOR=vim
# local
export PATH=$PATH:/usr/local/bin

# homebrew
if which brew > /dev/null; then eval "$(/opt/homebrew/bin/brew shellenv)"; fi

# Google Cloud SDK
if [ -f "$HOME/google-cloud-sdk/path.zsh.inc" ]; then source "$HOME/google-cloud-sdk/path.zsh.inc"; fi
if [ -f "$HOME/google-cloud-sdk/completion.zsh.inc" ]; then source "$HOME/google-cloud-sdk/completion.zsh.inc"; fi

# android studio (adb)
export PATH=$PATH:$HOME/Library/Android/sdk/platform-tools

# Wasmer
# wasmer
export WASMER_DIR="$HOME/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh" # This loads wasmer

Expand Down Expand Up @@ -139,5 +143,6 @@ fi
alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale"
# use rustdesk
alias rustdesk="/Applications/RustDesk.app/Contents/MacOS/rustdesk"

# shortcut
alias relogin='exec $SHELL -l'

0 comments on commit 5468dec

Please sign in to comment.