From a187e6817c2b42e3c0aea34cd40a952719e22105 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 15 Jun 2021 06:45:03 +0300 Subject: [PATCH] Use exa as ls --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 2351ee5..92333cc 100644 --- a/.zshrc +++ b/.zshrc @@ -151,6 +151,7 @@ export K8S_PATH="$k8s_working_dir/kubernetes" alias chrome="google-chrome-stable /dev/null &" +alias ls="exa" alias ll="ls -ahl" # Disable powerlevel prompt for using neofetch