Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. -='cd -'
  2. ...=../..
  3. ....=../../..
  4. .....=../../../..
  5. ......=../../../../..
  6. 1='cd -'
  7. 2='cd -2'
  8. 3='cd -3'
  9. 4='cd -4'
  10. 5='cd -5'
  11. 6='cd -6'
  12. 7='cd -7'
  13. 8='cd -8'
  14. 9='cd -9'
  15. _=sudo
  16. a='fasd -a'
  17. afind='ack -il'
  18. bd='brew doctor'
  19. bp='brew prune'
  20. bu='brew update'
  21. cp='cp -i
  22. '
  23. d='fasd -d'
  24. f='fasd -f'
  25. g=git
  26. ga='git add'
  27. gaa='git add --all'
  28. gapa='git add --patch'
  29. gb='git branch'
  30. gba='git branch -a'
  31. gbd='git branch -d'
  32. gbda='git branch --no-color --merged | command grep -vE "^(\*|\s*(master|develop|dev)\s*$)" | command xargs -n 1 git branch -d'
  33. gbl='git blame -b -w'
  34. gbnm='git branch --no-merged'
  35. gbr='git branch --remote'
  36. gbs='git bisect'
  37. gbsb='git bisect bad'
  38. gbsg='git bisect good'
  39. gbsr='git bisect reset'
  40. gbss='git bisect start'
  41. gc='git commit -v'
  42. 'gc!'='git commit -v --amend'
  43. gca='git commit -v -a'
  44. 'gca!'='git commit -v -a --amend'
  45. gcam='git commit -a -m'
  46. 'gcan!'='git commit -v -a --no-edit --amend'
  47. 'gcans!'='git commit -v -a -s --no-edit --amend'
  48. gcb='git checkout -b'
  49. gcd='git checkout develop'
  50. gcf='git config --list'
  51. gcl='git clone --recursive'
  52. gclean='git clean -fd'
  53. gcm='git checkout master'
  54. gcmsg='git commit -m'
  55. 'gcn!'='git commit -v --no-edit --amend'
  56. gco='git checkout'
  57. gcount='git shortlog -sn'
  58. gcp='git cherry-pick'
  59. gcpa='git cherry-pick --abort'
  60. gcpc='git cherry-pick --continue'
  61. gcs='git commit -S'
  62. gcsm='git commit -s -m'
  63. gd='git diff'
  64. gdca='git diff --cached'
  65. gdct='git describe --tags `git rev-list --tags --max-count=1`'
  66. gdt='git diff-tree --no-commit-id --name-only -r'
  67. gdw='git diff --word-diff'
  68. gf='git fetch'
  69. gfa='git fetch --all --prune'
  70. gfo='git fetch origin'
  71. gg='git gui citool'
  72. gga='git gui citool --amend'
  73. ggpull='git pull origin $(git_current_branch)'
  74. ggpur=ggu
  75. ggpush='git push origin $(git_current_branch)'
  76. ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
  77. ghh='git help'
  78. gignore='git update-index --assume-unchanged'
  79. gignored='git ls-files -v | grep "^[[:lower:]]"'
  80. git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
  81. gk='\gitk --all --branches'
  82. gke='\gitk --all $(git log -g --pretty=%h)'
  83. gl='git pull'
  84. glg='git log --stat'
  85. glgg='git log --graph'
  86. glgga='git log --graph --decorate --all'
  87. glgm='git log --graph --max-count=10'
  88. glgp='git log --stat -p'
  89. glo='git log --oneline --decorate'
  90. globurl='noglob urlglobber '
  91. glog='git log --oneline --decorate --graph'
  92. gloga='git log --oneline --decorate --graph --all'
  93. glol='git log --graph --pretty='\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit'
  94. glola='git log --graph --pretty='\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit --all'
  95. glp=_git_log_prettily
  96. glum='git pull upstream master'
  97. gm='git merge'
  98. gmom='git merge origin/master'
  99. gmt='git mergetool --no-prompt'
  100. gmtvim='git mergetool --no-prompt --tool=vimdiff'
  101. gmum='git merge upstream/master'
  102. gp='git push'
  103. gpd='git push --dry-run'
  104. gpoat='git push origin --all && git push origin --tags'
  105. gpristine='git reset --hard && git clean -dfx'
  106. gpsup='git push --set-upstream origin $(git_current_branch)'
  107. gpu='git push upstream'
  108. gpv='git push -v'
  109. gr='git remote'
  110. gra='git remote add'
  111. grb='git rebase'
  112. grba='git rebase --abort'
  113. grbc='git rebase --continue'
  114. grbi='git rebase -i'
  115. grbm='git rebase master'
  116. grbs='git rebase --skip'
  117. grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn}'
  118. grh='git reset HEAD'
  119. grhh='git reset HEAD --hard'
  120. grmv='git remote rename'
  121. grrm='git remote remove'
  122. grset='git remote set-url'
  123. grt='cd $(git rev-parse --show-toplevel || echo ".")'
  124. gru='git reset --'
  125. grup='git remote update'
  126. grv='git remote -v'
  127. gsb='git status -sb'
  128. gsps='git show --pretty=short --show-signature'
  129. gss='git status -s'
  130. gst='git status'
  131. gsta='git stash save'
  132. gstaa='git stash apply'
  133. gstc='git stash clear'
  134. gstd='git stash drop'
  135. gstl='git stash list'
  136. gstp='git stash pop'
  137. gsts='git stash show --text'
  138. gts='git tag -s'
  139. gtv='git tag | sort -V'
  140. gunignore='git update-index --no-assume-unchanged'
  141. gup='git pull --rebase'
  142. gupv='git pull --rebase -v'
  143. gwch='git whatchanged -p --abbrev-commit --pretty=medium'
  144. history='fc -l 1'
  145. l='ls -lah'
  146. la='ls -lAh'
  147. ll='ls -lh'
  148. ln='ln -i'
  149. ls='gls --color=tty'
  150. lsa='ls -lah'
  151. md='mkdir -p'
  152. mv='mv -i'
  153. npmD='npm i -D '
  154. npmE='PATH="$(npm bin)":"$PATH"'
  155. npmL='npm list'
  156. npmO='npm outdated'
  157. npmS='npm i -S '
  158. npmV='npm -v'
  159. npmg='npm i -g '
  160. npmst='npm start'
  161. npmt='npm test'
  162. s='fasd -si'
  163. sd='fasd -sid'
  164. sf='fasd -sif'
  165. st=subl
  166. stp=find_project
  167. stt='st .'
  168. ta='tmux attach -t'
  169. tad='tmux attach -d -t'
  170. tkss='tmux kill-session -t'
  171. tksv='tmux kill-server'
  172. tl='tmux list-sessions'
  173. tmux=_zsh_tmux_plugin_run
  174. ts='tmux new-session -s'
  175. v='f -e '
  176. which-command=whence
  177. z='fasd_cd -d'
  178. zz='fasd_cd -d -i'
Add Comment
Please, Sign In to add comment