Skip to content

Commit 52cfa48

Browse files
devydevy
authored andcommitted
update zsh config
1 parent 80e3f0e commit 52cfa48

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/stow/zsh/.zshrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
1818
# eval "$(oh-my-posh init zsh --config ~/dotfiles/config/oh-my-posh/themes/1_shell.toml)"
1919
fi
2020

21+
echo ''
2122
# Add a blank line after the prompt
2223
# function add_blank_line_after_prompt() {
2324
# echo ''
@@ -131,10 +132,14 @@ source ~/dotfiles/index.sh
131132
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
132133
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
133134
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
135+
export PATH="$HOME/go/bin:$PATH"
134136

135137
eval "$(zoxide init zsh)"
136138

137139
# Start tmux automatically if not already inside tmux
138140
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
139141
tmux attach-session -t 0 || tmux new-session -s 0
140142
fi
143+
144+
# Add aerospace to path
145+
export PATH="/Applications/Aerospace.app/Contents/MacOS:$PATH"

0 commit comments

Comments
 (0)