Created
January 3, 2020 14:22
-
-
Save yuya/d08763154fe2b22c8df82144307f5445 to your computer and use it in GitHub Desktop.
zsh alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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