From d7cff910fb45f2b1d6e537ac2139bf7d03e98130 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sun, 31 Jan 2021 16:51:09 -0800 Subject: [PATCH] Bash: make ls output with color --- bash/.bashrc.append | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc.append b/bash/.bashrc.append index a514255..a4c896e 100644 --- a/bash/.bashrc.append +++ b/bash/.bashrc.append @@ -10,6 +10,8 @@ export VISUAL='vim' PS1='${debian_chroot:+($debian_chroot)}\[\e[01;38;5;11m\]\u\[\e[00;38;5;208m\]@\[\e[01;38;5;27m\]\h\[\e[00m\]:\[\e[00;38;5;45m\]\w\[\e[0m\]\$ ' +alias ls='ls --color' + # Shows a oneline preview of all files under the folder after changing directory. cd() {