Files
.dotfiles/.bash_profile
2025-05-30 15:34:12 +02:00

9 lines
182 B
Bash

#!/bin/bash
#
# ~/.bash_profile
#
[[ -d ~/.local/bin ]] && PATH="$PATH:$HOME/.local/bin" # add path variable
[[ -x ~/.bashrc ]] && source "$HOME/.bashrc" #execute bashrc