Skip to content

Commit

Permalink
Update fish config and zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
shusann01116 committed Mar 24, 2024
1 parent 8f2d22b commit cb75499
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if status is-interactive
fish_add_path -m $HOME/.local/bin
fish_add_path -m $HOME/.pulumi/bin
fish_add_path -m $HOME/go/bin
fish_add_path -m $HOME/.cargo/bin
fish_add_path -m $HOME/.dotnet/tools

set BROWSER /usr/bin/wslview
Expand Down Expand Up @@ -38,8 +39,18 @@ if status is-interactive
alias a=aws
alias d=docker
alias g=git
alias lg=lazygit
alias tg=terragrunt
alias k=kubectl
alias ls=lsd
end

export GPG_TTY=$(tty)
pyenv init - | source

# pnpm
set -gx PNPM_HOME "/Users/shusann/Library/pnpm"
if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH
end
# pnpm end
1 change: 1 addition & 0 deletions package/zsh_mac/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export PATH="/opt/homebrew/opt/zip/bin:$PATH"
export PATH="/opt/homebrew/opt/unzip/bin:$PATH"

export GPG_TTY=$(tty)
. "$HOME/.cargo/env"

0 comments on commit cb75499

Please sign in to comment.