Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. `ctrl + r` Search previous commands
  2.  
  3. `cd -` Return to previous directory
  4.  
  5. ### Aliases ###
  6.  
  7. (in .bash-profile)
  8.  
  9. ..="cd ../../"
  10. ...="cd ../../../"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement