Skip to content

Instantly share code, notes, and snippets.

View Pelielo's full-sized avatar

Gabriel Pelielo Pelielo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pelielo on github.
  • I am gpelielo (https://keybase.io/gpelielo) on keybase.
  • I have a public key ASAAhoYR5dN8GgALQs22NAy-uyPgbV-eZM42MLHf1dYOWAo

To claim this, I am signing this object:

@Pelielo
Pelielo / aliases.zsh
Last active October 28, 2022 10:44
Custom aliases for ZSH
# CUSTOM ALIASES FOR ZSH
#
# Add these lines to ~/.zshrc:
# wget -q -O $HOME/.oh-my-zsh/custom/aliases.zsh https://gist.githubusercontent.com/Pelielo/26eef84fc93bc4d228d78f7992c145f1/raw/
# source $HOME/.oh-my-zsh/custom/aliases.zsh
# zshrc
alias zs="source ~/.zshrc"
alias zc="vim ~/.zshrc"