Created
September 5, 2023 02:09
-
-
Save naramdash/bf242456d4d4d424fde5c561c3734da7 to your computer and use it in GitHub Desktop.
my essential oh-my-zsh config
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
plugins=( | |
git | |
dotnet | |
docker | |
docker-compose | |
z | |
zsh-autosuggestions | |
zsh-syntax-highlighting | |
) | |
export VOLTA_HOME="$HOME/.volta" | |
export PATH="$VOLTA_HOME/bin:$PATH" | |
source "$HOME/.cargo/env" | |
alias reloadprofile="source ~/.zshrc" | |
alias watchlimit="echo fs.inotify.max_user_instances=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment