arch_installation/home/user/.bash_profile

12 lines
153 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR=/usr/bin/vim
if [[ "$PATH" != "*~/.bin:*" ]]; then
export PATH=~/.bin:$PATH
fi