Skip to content

Instantly share code, notes, and snippets.

@laxerrrr
Last active April 8, 2023 16:31
Show Gist options
  • Save laxerrrr/9c93ff9ce3c12edbe73efbc1d60b9d48 to your computer and use it in GitHub Desktop.
Save laxerrrr/9c93ff9ce3c12edbe73efbc1d60b9d48 to your computer and use it in GitHub Desktop.
.zshrc | MacOS | Sep 25 2022
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