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

alias vim=nvim

export EDITOR=nvim
export VISUAL=nvim

PATH=~/bin:$PATH

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