path stuff

This commit is contained in:
Andrei Stoica 2024-02-03 18:11:49 -05:00
parent caf3c2a681
commit 7325ef4410
1 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH. # 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. # Path to your oh-my-zsh installation.
export ZSH=/home/andrei/.oh-my-zsh export ZSH=/home/andrei/.oh-my-zsh
@ -102,6 +102,8 @@ bindkey "^v" edit-command-line
# adding cargo to path # adding cargo to path
export PATH=$HOME/.cargo/bin:$PATH export PATH=$HOME/.cargo/bin:$PATH
# adding local to path
export PATH=$HOME/.local/bin:$PATH
# Open work folder with fuzzy finder # Open work folder with fuzzy finder
function work() { function work() {