Skip to content

Instantly share code, notes, and snippets.

View patinocode's full-sized avatar

Pablo P. patinocode

  • Texas
View GitHub Profile
@patinocode
patinocode / .zshrc
Created November 1, 2022 20:34
ZSH Config
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# THEME
ZSH_THEME="agnoster"
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"