From 031ed01a3213eabd6a92258d9d1e66ef57221f13 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 6 Dec 2021 21:02:02 +0900 Subject: zsh: add --color=always to ls --- .zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 0b25659..a3d15ca 100644 --- a/.zshrc +++ b/.zshrc @@ -410,11 +410,11 @@ if [[ "$(uname)" == "Darwin" ]]; then alias lsal='ls -G -al' alias lsla='ls -G -al' else - alias ls='ls --color=none' - alias lsa='ls --color=none -a' - alias lsl='ls --color=none -l' - alias lsal='ls --color=none -al' - alias lsla='ls --color=none -al' + alias ls='ls --color=always' + alias lsa='ls --color=always -a' + alias lsl='ls --color=always -l' + alias lsal='ls --color=always -al' + alias lsla='ls --color=always -al' fi -- cgit v1.2.3-70-g09d2