From 656a377571a805125239fc19665ca4eedf3cd5be Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 15 Jul 2013 16:27:51 +0300 Subject: [PATCH] .bashrc: Add -F to ls This will add indicators to entries to show their classifications, such as / for directories and @ for symlinks. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6f48212..590aa9c 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,7 @@ [[ $- != *i* ]] && return # Aliases -alias ls='ls --color=auto' +alias ls='ls -F --color=auto' alias less='less -R' # preserves colors in `less` # Environment