Skip to content

Instantly share code, notes, and snippets.

@zew13
Created June 10, 2023 03:27
Show Gist options
  • Save zew13/d7b095774752d837232b7c6c49dd5a56 to your computer and use it in GitHub Desktop.
Save zew13/d7b095774752d837232b7c6c49dd5a56 to your computer and use it in GitHub Desktop.
. ~/.bash_aliases
eval $(rtx env)
[ -z "$PS1" ] && return
source ~/.zinit.zsh
eval "$(rtx activate --quiet zsh)"
autoload -Uz compinit && compinit -u
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
setopt extended_glob
fpath=(~/.config/just.zsh $fpath)
autoload -U compinit
compinit
# bun completions
[ -s "/Users/z/.bun/_bun" ] && source "/Users/z/.bun/_bun"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment