Created
June 10, 2023 03:27
-
-
Save zew13/d7b095774752d837232b7c6c49dd5a56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . ~/.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