Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #git
  2. PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\]@\[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] '
  3.  
  4. #my alias
  5. alias pytest3="python3 -m pytest"
  6. alias ipconfig="ifconfig"
  7. alias gitls="git status"
  8. alias gitcd="git checkout"
  9. alias pylint3="python3 -m pylint"
  10. alias py3="python3"
  11. alias pylint="python -m pylint"
Add Comment
Please, Sign In to add comment