From a50215926707edca94f14631978025ca82acb9d9 Mon Sep 17 00:00:00 2001 From: Roeland <10061147+roelandmoors@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:17:57 +0200 Subject: [PATCH] eza: spacing after icon This makes eza with icons looks a bit better. --- defaults/bash/shell | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/bash/shell b/defaults/bash/shell index 350ab73..dcf2c77 100644 --- a/defaults/bash/shell +++ b/defaults/bash/shell @@ -12,3 +12,6 @@ export PATH="./bin:$HOME/.local/bin:$HOME/.local/share/omakub/bin:/usr/local/sbi set +h export OMAKUB_PATH="/home/$USER/.local/share/omakub" + +# Specifies the number of spaces to print between an icon and its file name. +export EZA_ICON_SPACING=2