From 0ef3567d2d17ff6d651eed45b224ec2919aca98b Mon Sep 17 00:00:00 2001 From: legoraft Date: Mon, 23 Jun 2025 18:19:14 +0200 Subject: [PATCH] feat: added scripts to path --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6b3c824..fbcce1d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,6 +10,9 @@ alias ll="eza -laH" # Shorten fastfetch command alias ff="fastfetch" +# -- Variables -- +export PATH="$HOME/.local/bin:$PATH" + # -- Prompt -- # Only last two folders show -- 2.51.2