From 6faf8424742630f18012dde685627764c0671bc3 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 6 Oct 2021 20:38:12 -0500 Subject: zsh: spacetotab the .zshrc --- .config/zsh/.zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b95a0ca..05c0378 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -27,13 +27,13 @@ if command -v exa &>/dev/null; then alias ls='exa' alias ll='exa --long --header --all' elif ls --color 1>/dev/null 2>&1; then - # gnu ls - alias ls='ls --color=auto' - alias ll='ls -l --almost-all --no-group --human-readable' + # gnu ls + alias ls='ls --color=auto' + alias ll='ls -l --almost-all --no-group --human-readable' else - # bsd/mac ls - export CLICOLOR='1' - alias ll='ls -hoA' + # bsd/mac ls + export CLICOLOR='1' + alias ll='ls -hoA' fi # dots go up -- cgit