aboutsummaryrefslogtreecommitdiff
path: root/bashit_bash_profile
blob: 5f73e6a3efac764a793f91e296aa841bbf02c283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# ~/.bash_profile
#

alias vim=nvim

export EDITOR=nvim
export VISUAL=nvim

PATH=~/bin:$PATH
[[ -f ~/.files ]] && source ~/.files && PATH="$DOTFILEBASE/scripts:$PATH"

[[ -f ~/.bashrc ]] && . ~/.bashrc