From 7ddb116640abc808887590681870c8614e2e49f4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 19 Nov 2018 02:02:20 -0500 Subject: Alias ls='ls -p' NetBSD ls(1) doesn't have colour, and I really like to know which are files and which are directories. --- home/.kshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/.kshrc b/home/.kshrc index 16e79147..fb605acd 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -28,6 +28,7 @@ export NETHACKOPTIONS=' color, DECgraphics ' +alias ls='ls -p' alias ll='ls -lh' if [[ $(uname) = 'Linux' ]]; then alias ls='ls --color=auto' grep='grep --color' rm='rm -I' -- cgit 1.4.1