arch_installation/home/user/.bash_profile

12 lines
153 B
Bash
Raw Permalink Normal View History

2020-08-02 09:06:25 +03:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR=/usr/bin/vim
if [[ "$PATH" != "*~/.bin:*" ]]; then
export PATH=~/.bin:$PATH
fi