Guest User

Untitled

a guest
Oct 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. CRMPiccosMacBook:etc crmpicco$ cat ~/.bash_profile
  2. alias ll='ls -lG'
  3. alias composer="php /usr/local/bin/composer.phar"
  4.  
  5. #if [ -f $(brew --prefix)/etc/bash_completion ]; then
  6. # . $(brew --prefix)/etc/bash_completion
  7. #fi
  8.  
  9. if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then
  10. . `brew --prefix`/etc/bash_completion.d/git-completion.bash
  11. fi
  12.  
  13. #source /usr/local/git/contrib/completion/git-completion.bash
  14. #GIT_PS1_SHOWDIRTYSTATE=true
  15. #export PS1='[u@mbp w$(__git_ps1)]$ '
  16.  
  17. CRMPiccos-MacBook:signup crmpicco$ brew install bash-completion
  18. Warning: bash-completion-1.3_1 already installed
  19. CRMPiccos-MacBook:signup crmpicco$ source /etc/bash_completion.d/git-completion.bash
  20. -bash: /etc/bash_completion.d/git-completion.bash: No such file or directory
Add Comment
Please, Sign In to add comment