Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jairusjoer
Created March 4, 2023 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jairusjoer/669320750f169f02f910ca4be6239983 to your computer and use it in GitHub Desktop.
Save jairusjoer/669320750f169f02f910ca4be6239983 to your computer and use it in GitHub Desktop.
My personal configuration for zsh
# https://github.com/nvm-sh/nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# https://github.com/zsh-users/zsh-autosuggestions
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
# https://starship.rs/
eval "$(starship init zsh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment