Created
May 3, 2025 10:16
-
-
Save antoniwan/a9fcb0eee66e36c5edae4098d2a2f5c0 to your computer and use it in GitHub Desktop.
๐ธ SOFTHEART .zshrc
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
| # ๐ธ SOFTHEART .zshrc | |
| eval "$(/opt/homebrew/bin/brew shellenv)" | |
| export ZSH="$HOME/.oh-my-zsh" | |
| ZSH_THEME="agnoster" | |
| plugins=(git z) | |
| source $ZSH/oh-my-zsh.sh | |
| eval "$(starship init zsh)" | |
| # Aliases | |
| alias docs='cd ~/Documents' | |
| alias desk='cd ~/Desktop' | |
| alias pics='cd ~/Pictures' | |
| alias music='cd ~/Music' | |
| alias cls='clear' | |
| export EDITOR="nvim" | |
| export PATH="$HOME/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment