From c4ed90b41f031ebef3da245dc2d7d96bdc6ce252 Mon Sep 17 00:00:00 2001 From: Jes Olson Date: Sun, 6 Aug 2023 23:39:04 -0500 Subject: [PATCH] add -p to ls for funsies --- .rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rc b/.rc index bbf55e1..c2563b0 100644 --- a/.rc +++ b/.rc @@ -29,7 +29,7 @@ pa() { } if ls --version 2>&1 | grep -iE "gnu|busybox" > /dev/null; then - alias ls='ls --color=auto ' + alias ls='ls --color=auto -p ' fi if [ -z "${SSH_AGENT_PID}" ] -- 2.51.2