]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/aliases
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 15 May 2019 16:50:26 +0000 (17:50 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 15 May 2019 16:50:26 +0000 (17:50 +0100)
etc/profile.d/aliases

index ec6035c7891f9d5abdbe001f7062d6b0f09b1875..1ff266efac444599bd2136c3f41ac094c5fe9416 100644 (file)
@@ -37,7 +37,7 @@ if ! ls --help 2>&1 | grep -qm1 ^BusyBox; then
     [ "$color_prompt" = yes ] && ls_opt="$ls_opt -G"
   else
     [ "$color_prompt" = yes ] && ls_opt="$ls_opt --color=auto"
-    ll_opt="$ll_opt --time-style=long-iso"
+    ll_opt="$ll_opt --literal --time-style=long-iso"
   fi
 
 fi