Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #etc
  2. alias d='cd ~; cd Desktop'
  3. alias sht='gnome-screenshot --interactive'
  4. alias krak='setsid /usr/share/gitkraken/gitkraken'
  5.  
  6. # Git
  7. alias gad='git add'
  8. alias gcom='git commit -m'
  9. alias gcd='git checkout develop'
  10. alias gcan='git commit --amend --no-edit'
Add Comment
Please, Sign In to add comment