From f79d0738dd54db4894c808c03583edfe9e5f9307 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 7 Jan 2024 02:47:27 -0500 Subject: [PATCH] need wal --- configs/shell/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/shell/profile b/configs/shell/profile index 896be25..34068f5 100644 --- a/configs/shell/profile +++ b/configs/shell/profile @@ -3,6 +3,9 @@ # Keyboard lights [ -x "$(command -v g610-led)" ] && g610-led -a ff +# Colors +wal -R + export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)" if test -d $HOME/.local/share/cargo/bin; then export PATH=$PATH:$HOME/.local/share/cargo/bin