Skip to content

Instantly share code, notes, and snippets.

View cesarLDsousa's full-sized avatar
👨‍💻
coding

Cesar Luiz de Sousa Jr. cesarLDsousa

👨‍💻
coding
View GitHub Profile
@cesarLDsousa
cesarLDsousa / .zshrc
Last active February 21, 2024 12:32 — forked from diegolikescode/.zshrc
my .zshrc
export PATH=$HOME/.config/composer/vendor/bin:$PATH
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git)
alias mynvim='cd ~/.config/nvim/lua/user/ && nvim'
alias gc-github='git-config --github'