]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- added DIR_COLORS based ls colors redefinition. fileutils-4_1_9-1 fileutils-4_1_9-2
authorTomasz Pala <gotar@pld-linux.org>
Thu, 23 May 2002 06:21:01 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fileutils.csh -> 1.2
    fileutils.sh -> 1.2

fileutils.csh
fileutils.sh

index 2fa9ccd898360526de8105c04a4ac66368791903..03eb17d102dc2670bc93758270c959021c3d8b6e 100644 (file)
@@ -1 +1,2 @@
 alias  ls      "ls --color=tty"
+eval `dircolors -c /etc/DIR_COLORS`
index 0c5c0f7fa361e8d5a52656ea5ebc84fb8dea655b..917135323a8ce9937efef19e3d61c1c229d805ca 100644 (file)
@@ -1 +1,2 @@
 alias  ls="ls --color=tty"
+eval `dircolors -b /etc/DIR_COLORS`
This page took 0.106263 seconds and 4 git commands to generate.