File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)"
1919fi
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
133134export PATH=" /opt/homebrew/opt/openjdk/bin:$PATH "
135+ export PATH=" $HOME /go/bin:$PATH "
134136
135137eval " $( zoxide init zsh) "
136138
137139# Start tmux automatically if not already inside tmux
138140if command -v tmux & > /dev/null && [ -z " $TMUX " ]; then
139141 tmux attach-session -t 0 || tmux new-session -s 0
140142fi
143+
144+ # Add aerospace to path
145+ export PATH=" /Applications/Aerospace.app/Contents/MacOS:$PATH "
You can’t perform that action at this time.
0 commit comments