Files
dotfiles/bash-conf-home/.bash_profile
2025-06-08 22:24:49 +02:00

12 lines
182 B
Bash

#
# ~/.bash_profile
#
scripts="${HOME}/dotfiles/scripts"
if [[ -d "${scripts}" ]]; then
export PATH="${PATH}:${scripts}"
fi
unset scripts
export PATH="$PATH:$HOME/repos/jlink"