Skip to content

Instantly share code, notes, and snippets.

@validatorru
Created October 14, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save validatorru/56b64183c89bd2adb6fe942a1d70e4ec to your computer and use it in GitHub Desktop.
Save validatorru/56b64183c89bd2adb6fe942a1d70e4ec to your computer and use it in GitHub Desktop.
# this is my private sample of .bash_profile
export PATH=$PATH:/Users/alex/drush
export PATH=$PATH:/usr/local/mysql/bin/
export PATH=$PATH:~/.composer/vendor/bin
export PATH=$PATH:/usr/local/mysql/bin
export PATH=$PATH:/Users/alex/node/modules/sass-lint
export PATH=$PATH:/usr/local/Cellar/imagemagick/6.9.3-0
export PATH=$PATH:/usr/local/Cellar/graphicsmagick/1.3.23_1
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
alias drush='php /Users/alex/drush/drush.php'
alias gohome='ssh '
alias deploy2dev='~/bin/./deploy2dev.sh'
alias stat8='stat -f "%Mp%Lp %N"'
alias edit_bash_profile='vim ~/.bash_profile'
alias gitcom='git add . --all && git commit -m'
alias eject3tb='diskutil unmount /dev/disk2s1'
alias composer='~/composer.phar'
set777 () { sudo chmod -R 0777 /var/www/"$@"/sites/default/files; }
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.br branch
git config --global alias.hist 'log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short'
git config --global alias.type 'cat-file -t'
git config --global alias.dump 'cat-file -p'
export LC_CTYPE="UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment