Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -Pro-de-Marine] ~ $ [marinedune@MacBook-Pro-de-Marine] ~ $
  2. -bash: [marinedune@MacBook-Pro-de-Marine]: command not found
  3. [marinedune@MacBook-Pro-de-Marine] ~ $ -bash: __git_ps1: command not found
  4. -bash: -bash:: command not found
  5. [marinedune@MacBook-Pro-de-Marine] ~ $ [marinedune@MacBook-Pro-de-Marine] ~ $ alias __git_ps1="git branch 2>/dev/null | grep '*' | sed 's/* \(.*\)/(\1)/'"
  6. -bash: [marinedune@MacBook-Pro-de-Marine]: command not found
  7. [marinedune@MacBook-Pro-de-Marine] ~ $ [marinedune@MacBook-Pro-de-Marine] ~ $
  8. -bash: [marinedune@MacBook-Pro-de-Marine]: command not found
  9. [marinedune@MacBook-Pro-de-Marine] ~ $ [marinedune@MacBook-Pro-de-Marine] ~ $ if [ -f ~/.git-completion.bash ]; then
  10. -bash: syntax error near unexpected token `then'
  11. [marinedune@MacBook-Pro-de-Marine] ~ $ > source ~/.git-completion.bash
  12. -bash: /Users/marinedune/.git-completion.bash: No such file or directory
  13. [marinedune@MacBook-Pro-de-Marine] ~ $ > export PS1='[\W]$(__git_ps1 "(%s)"): '
  14. sed: (%s): No such file or directory
  15. [~]: > fi
  16. sed: (%s): No such file or directory
  17. [~]: [marinedune@MacBook-Pro-de-Marine] ~ $ pwd
  18. -bash: [marinedune@MacBook-Pro-de-Marine]: command not found
  19. sed: (%s): No su
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement