Guest User

Untitled

a guest
May 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. alias c="clear"
  2. alias t="tree"
  3. alias gs="git status"
  4. # show current ip address
  5. alias myip="curl ipinfo.io/ip"
  6. # generate a secure password
  7. alias pass_gen="openssl rand -base64 18"
  8. alias disk_size="df -h"
Add Comment
Please, Sign In to add comment