dotfiles/.bash_profile
2024-07-08 07:42:08 +03:30

8 lines
95 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.local/bin:$PATH"