Skip to content

Commit

Permalink
mac zsh config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamoreira committed Jan 25, 2023
1 parent 2c4cd30 commit 18e1495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ case `uname` in
Darwin)
# commands for OS X go here
eval "$(/opt/homebrew/bin/brew shellenv)"
# Added by Toolbox App
export PATH="$PATH:/Users/rmc/Library/Application Support/JetBrains/Toolbox/scripts"%
;;
Linux)
# commands for Linux go here
Expand Down
3 changes: 3 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ case `uname` in
Darwin)
# commands for OS X go here
source "${ZDOTDIR:-${HOME}}/.zshrc-`uname`"
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
;;
Linux)
# commands for Linux go here
Expand Down Expand Up @@ -247,3 +248,5 @@ alias bradesco_ofx_convert="ledger-autosync -l ~/finances/main.dat --fid 000 --a

#asdf
. /opt/asdf-vm/asdf.sh


0 comments on commit 18e1495

Please sign in to comment.