changeset 378:e44d214699be plus

color ls
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 11 Jun 2026 21:09:38 +0100
parents b3ba45af45c9
children a00e888e4df3
files .bashrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Jun 10 19:07:01 2026 +0100
+++ b/.bashrc	Thu Jun 11 21:09:38 2026 +0100
@@ -20,6 +20,8 @@
     echo -ne '\033]0;'${HOSTNAME/-login/} ${PWD/$HOME/w\~}'\007'
 }
 
+alias ls="ls -F --color=auto"
+
 PATH=$PATH:$HOME/.local/bin:$HOME/bin
 
 if [ "$PS1" ]; then