From e19ea557af7220e9960297ce047c7c25ce1d43a5 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:16:49 +0100 Subject: [PATCH] ran pipx ensurepath --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index c68e4a1..349926f 100644 --- a/.zshrc +++ b/.zshrc @@ -58,3 +58,6 @@ dotfiles config --local status.showUntrackedFiles no tty | grep -q 'tty' && Hyprland || fastfetch --config examples/16 ; eval "$(starship init zsh)" + +# Created by `pipx` on 2024-11-23 17:16:17 +export PATH="$PATH:/home/melody/.local/bin"