Skip to content

Instantly share code, notes, and snippets.

@charleslouis
Last active October 15, 2015 08:50
Show Gist options
  • Save charleslouis/603fb1a43ee0e696f271 to your computer and use it in GitHub Desktop.
Save charleslouis/603fb1a43ee0e696f271 to your computer and use it in GitHub Desktop.
# Config Perso ZSH
################################
## Perso : ALIASES
################################
alias "rl"="source ~/.zshrc"
alias "cl"="clear"
alias "cdweb"="cd ~/projects/www-dev/public"
alias "cdapp"="cd ~/projects/apps-dev"
alias "opend"="nautilus ."
# alias "apacherl"="sudo /etc/init.d/apache2 force-reload"
alias "cdprofile"="cd ~/.profile_scripts; la"
# alias "cheatsheet"="subl ~/dev/cheat-sheet-wordpress-admin.md"

How to cleanly extend your .zshrc file

create directory $HOME/.profile_scripts

create file $HOME/.general create file $HOME/.git create file $HOME/.projects

################################
## Config Perso
################################
# Change this if you want to use another directory
CUSTOM_BASH_REPO=$HOME/.profile_scripts
source $CUSTOM_BASH_REPO/.general
source $CUSTOM_BASH_REPO/.git
source $CUSTOM_BASH_REPO/.projects
####################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment