path stuff
This commit is contained in:
parent
caf3c2a681
commit
7325ef4410
4
.zshrc
4
.zshrc
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue