Created
April 16, 2024 16:46
-
-
Save nickmain/197f1fb160eda28812dad330a7b26cc6 to your computer and use it in GitHub Desktop.
Current zshrc
This file contains 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
export PATH="$HOME/Developer/tools/bin:$PATH" | |
PS1='%1d 🔸 ' | |
RPROMPT="%F{blue}%B%*%b%f" | |
alias la='ls -la' | |
alias now='date +"%s"' | |
alias ded="rm -rf ~/Library/Developer/Xcode/DerivedData;rm -rf ~/Library/Caches/org.swift.swiftpm" | |
alias ..='cd ..' | |
alias branch='git branch' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment