Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Aliases
  2. alias anime="cd ~/Videos/Anime"
  3. alias movies="cd ~/Videos/Movies"
  4. alias downloads="cd ~/Videos/Downloads"
  5.  
  6. alias upgrade="sudo eopkg up"
  7. alias install="sudo eopkg install"
  8. alias remove="sudo eopkg remove"
  9.  
  10. alias ltr = "ls -ltr"
  11. alias altr = "ls -altr"
  12.  
  13.  
  14. Output:
  15.  
  16. joeffel@zeus ~ $ source .bashrc
  17. bash: alias: ltr: not found
  18. bash: alias: =: not found
  19. bash: alias: ls -ltr: not found
  20. bash: alias: altr: not found
  21. bash: alias: =: not found
  22. bash: alias: ls -altr: not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement