Advertisement
Guest User

Untitled

a guest
Sep 9th, 2019
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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. afind='ack -il'
  17. globurl='noglob urlglobber '
  18. grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn}'
  19. history=omz_history
  20. l='ls -lah'
  21. la='ls -lAh'
  22. ll='ls -lh'
  23. ls='ls --color=tty'
  24. lsa='ls -lah'
  25. md='mkdir -p'
  26. rd=rmdir
  27. run-help=man
  28. which-command=whence
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement