Jafner.net/archive/dotfiles/shell/.shellrc

7 lines
146 B
Plaintext
Raw Normal View History

# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH