Skip to content

Instantly share code, notes, and snippets.

@naramdash
Created September 5, 2023 02:09
Show Gist options
  • Save naramdash/bf242456d4d4d424fde5c561c3734da7 to your computer and use it in GitHub Desktop.
Save naramdash/bf242456d4d4d424fde5c561c3734da7 to your computer and use it in GitHub Desktop.
my essential oh-my-zsh config
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