From 5dd0cec39e23887632f38ddaa1618a79d9204e88 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 17 Sep 2013 21:29:58 -0500 Subject: [PATCH] .bashrc: Add -p to LS_COMMON Always pass -p to 'ls' to force a trailing slash after directory names. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 5fcb23e..6568975 100644 --- a/.bashrc +++ b/.bashrc @@ -299,7 +299,7 @@ _expand() { # ---------------------------------------------------------------------- # we always pass these to ls(1) -unset LS_COMMON +LS_COMMON="-p" # if the dircolors utility is available, set that up for ls dircolors="$(type -P gdircolors dircolors | head -1)" -- 2.43.0