aboutsummaryrefslogtreecommitdiff
path: root/bashit_bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bashit_bash_profile')
-rw-r--r--bashit_bash_profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bashit_bash_profile b/bashit_bash_profile
new file mode 100644
index 0000000..5f73e6a
--- /dev/null
+++ b/bashit_bash_profile
@@ -0,0 +1,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