Advertisement
Guest User

Untitled

a guest
May 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # navigation
  2. alias ..="cd .."
  3. alias ...="cd ../../"
  4. alias ....="cd ../../../"
  5.  
  6. # shortcuts
  7. alias ls="ls -F --color=auto --show-control-chars"
  8. alias ll="ls -al --color=auto"
  9.  
  10. alias slog="cat /var/log/syslog"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement