From b087d0e37283dde8510f1990ca171afc1014a9dc Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 12 Mar 2017 21:53:37 +0000 Subject: [PATCH] etc/profile.d/envs --- etc/profile.d/envs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile.d/envs b/etc/profile.d/envs index bd1a7c79..e82f3a62 100644 --- a/etc/profile.d/envs +++ b/etc/profile.d/envs @@ -132,8 +132,8 @@ fi # # Alias ls # -ls_opt=' -F' -ll_opt=' -alh' +ls_opt=' -aF' +ll_opt=' -lh' #if [ "$SHELL_NAME" != "busybox" ]; then if ! ls --help 2>&1 | grep -qm1 ^BusyBox; then -- 2.47.3