From 3c51bc21ffec521b3d4b556f02b956722db7f7a2 Mon Sep 17 00:00:00 2001 From: Asocia Date: Wed, 26 Jan 2022 16:27:48 +0300 Subject: [PATCH] Add .local/bin/ to PATH --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 55bcedd..a0aa750 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -6,6 +6,7 @@ # export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" +export PATH="$HOME/.local/bin/:$PATH" # # Browser