From 7325ef4410066fcefdac95949f1585e8e896c184 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Sat, 3 Feb 2024 18:11:49 -0500 Subject: [PATCH] path stuff --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 20f8207..bc9e37b 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:/usr/lib64/openjdk-17/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/usr/lib65/openjdk-17/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=/home/andrei/.oh-my-zsh @@ -102,6 +102,8 @@ bindkey "^v" edit-command-line # adding cargo to path export PATH=$HOME/.cargo/bin:$PATH +# adding local to path +export PATH=$HOME/.local/bin:$PATH # Open work folder with fuzzy finder function work() {