Add .local/bin to PATH

This commit is contained in:
Nicolas Duhamel 2022-09-07 20:45:34 +02:00
parent 3548dee90c
commit 77ce5ba016

View File

@ -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"