Guest User

Untitled

a guest
Dec 14th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ man alias
  2. NAME
  3. alias, unalias - create or remove a pseudonym or shorthand
  4. for a command or series of commands
  5.  
  6. cd $c_dir
  7. cd $d_dir
  8. cd $PROJECT_DIR
  9.  
  10. $ cd ~
  11. $ ln -s /cygdrive/c/code
  12.  
  13. mount --change-cygdrive-prefix /
  14.  
  15. cd /c
  16.  
  17. none /cygdrive cygdrive binary,posix=0,user 0 0
  18.  
  19. none / cygdrive binary,posix=0,user 0 0
Add Comment
Please, Sign In to add comment