]> git.phdru.name Git - dotfiles.git/blobdiff - bin/ls
.shellrc: instead of colorized aliases create shell scripts
[dotfiles.git] / bin / ls
diff --git a/bin/ls b/bin/ls
new file mode 100755 (executable)
index 0000000..ed3dd70
--- /dev/null
+++ b/bin/ls
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec /bin/ls --color=auto "$@"