Updated a few configs.

This commit is contained in:
Norm Rasmussen
2023-04-25 18:19:42 -04:00
parent eb70be50e6
commit 7254c723e8
19 changed files with 131 additions and 91 deletions

View File

@ -7,6 +7,7 @@ export LANG=en_US.UTF-8
plugins=(
zsh-autosuggestions
git
wakatime
)
# User configuration
@ -34,3 +35,8 @@ export PATH="$PATH:$HOME/.rvm/bin"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export PATH="/opt/homebrew/sbin:$PATH"
eval "$(starship init zsh)"
export PATH="/opt/homebrew/bin:$PATH"
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/normrasmussen/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)