My configurations for the software I use

Don't show hidden directories by default

yemou 611f34da 70441388

Changed files
+1 -1
config
loksh
+1 -1
config/loksh/alias
··· 1 1 #!/bin/ksh 2 2 3 - alias ls="ls -FAh --color=auto" 3 + alias ls="ls -Fh --color=auto" 4 4 alias grep="grep --color=auto" 5 5 6 6 # Run something N amount of times