setup-cockpit/roles/bash/files/bash_profile.ansible
2022-02-25 09:24:25 +01:00

9 lines
231 B
Bash

# ~/.bash_profile
#
export PATH="$HOME/.local/bin:$PATH"
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Load items that are common to bash and zsh
[[ -f ~/setup-cockpit/dotfiles/shell/profile ]] && . ~/setup-cockpit/dotfiles/shell/profile