From 4fb0a552a3d7bcfd74439a3d3bd7770c1f13863b Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 22 Sep 2019 13:37:02 +0200 Subject: [PATCH] Added .local/bin to path --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index cdd7c83..1074ff7 100644 --- a/zsh/zshrc +++ b/zsh/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:$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="/home/mandlm/.oh-my-zsh"