create directory $HOME/.profile_scripts
create file $HOME/.general create file $HOME/.git create file $HOME/.projects
################################ | |
## 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" |
################################ | |
## 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 | |
#################### |