aboutsummaryrefslogtreecommitdiff
path: root/bashit_bash_profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-26 13:48:33 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-26 13:48:33 +0100
commit178ffef0226b45ad4b1862c7e9223cd539788bcc (patch)
tree765e23862f50479dd48ab312f6cb9aa0fa202a86 /bashit_bash_profile
parent724bb024d49f2883c186e80a016abd9b956bba96 (diff)
downloaddotfiles-178ffef0226b45ad4b1862c7e9223cd539788bcc.tar.gz
removed bashit
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