Created
February 26, 2016 16:34
-
-
Save nibocn/6bf619dabb7544d793c6 to your computer and use it in GitHub Desktop.
Cmder/config/aliases
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
ls=ls --show-control-chars -F --color $* | |
l=ls --show-control-chars -F --color $* | |
la=ls -aF --show-control-chars -F --color $* | |
ll=ls -alF --show-control-chars -F --color $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment