Files
dotfiles/bash-conf-private/.bash_profile
quak 194027116a ..
2025-01-28 00:02:35 +01:00

10 lines
124 B
Bash

#
# ~/.bash_profile
#
if [[ -n "$USER" ]]; then
source "/home/$USER/.bashrc"
fi
export PATH="$PATH:$HOME/repos/jlink"