diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-08-17 13:47:38 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-08-17 13:47:38 +0200 |
commit | 51e6f7f2f272bb1116aa8087fd401953175f0329 (patch) | |
tree | 0847ac08ddb896368bc6c1efa32f1f1b90e43c96 /.bash_profile | |
parent | 638fed0941419b866bdd3bc070d1258b40d1b846 (diff) | |
download | dotfiles-51e6f7f2f272bb1116aa8087fd401953175f0329.tar.gz |
bashit
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..038dfd2 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,12 @@ +# +# ~/.bash_profile +# + +alias vim=nvim + +export EDITOR=nvim +export VISUAL=nvim + +PATH=~/bin:$PATH + +[[ -f ~/.bashrc ]] && . ~/.bashrc |