Skip to content

Instantly share code, notes, and snippets.

@yuya
Created January 3, 2020 14:22
Show Gist options
  • Save yuya/d08763154fe2b22c8df82144307f5445 to your computer and use it in GitHub Desktop.
Save yuya/d08763154fe2b22c8df82144307f5445 to your computer and use it in GitHub Desktop.
zsh alias
alias l='ls -ltrG'
alias la='ls -laG'
alias ll='ls -lG'
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment