From 77ce5ba01673e5da2b7435ab622b87479b0e6ed2 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Wed, 7 Sep 2022 20:45:34 +0200 Subject: [PATCH] Add .local/bin to PATH --- user/zshrc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/zshrc/.zshrc b/user/zshrc/.zshrc index 42bc389..b0fc569 100644 --- a/user/zshrc/.zshrc +++ b/user/zshrc/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/.local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh"