Last active
April 8, 2023 16:31
-
-
Save laxerrrr/9c93ff9ce3c12edbe73efbc1d60b9d48 to your computer and use it in GitHub Desktop.
.zshrc | MacOS | Sep 25 2022
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
setopt PROMPT_SUBST | |
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH" | |
alias v="nvim" | |
alias brow="arch --x86_64 /usr/local/Homebrew/bin/brew" | |
alias cd..="cd .." | |
#dirs is used because I want full path, but I want my home directory to be replaced by ~ | |
PS1=" | |
%F{106}\$(dirs) | |
%B%F{15}λ %b" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment