Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Full listing of all files with human-readable sizes
  2. alias ll="ls -lash"
  3.  
  4. # Makes intermediary directories if they don't already exist
  5. alias mkdir="mkdir -pv"
  6.  
  7. # Git status with untracked files
  8. alias gst="git status -u"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement