add new alias for file listing

This commit is contained in:
David Refoua 2022-10-24 20:38:09 +03:30
parent 96ca7cea4a
commit 0b7e47cdc2

View File

@ -6,6 +6,7 @@
;= Add aliases below here
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
l=ls --show-control-chars -CFGNhp --color --ignore={"NTUSER.DAT*","ntuser.dat*"} $*
ls=ls --show-control-chars -F --color $*
pwd=cd
clear=cls