Skip to content

Instantly share code, notes, and snippets.

View miclaus's full-sized avatar
🕸️

Iosif Miclaus miclaus

🕸️
View GitHub Profile
@jasonyost
jasonyost / command.zsh
Created June 19, 2014 19:45
Reload .zshrc
source ~/.zshrc
# or the shorter
. ~/.zshrc
# In the .zshrc file you can add an alias such as
alias zshreload="source ~/.zshrc"
# You can then just type zshreload after making changes to your .zshrc file.
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #