aboutsummaryrefslogtreecommitdiff
path: root/bashit_bash_profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-03-24 17:46:26 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-03-24 17:46:26 +0100
commit972d6f5e163c6e13c11be749601bb2701ee7d0ae (patch)
tree3a5b53e04a9efae14a0735e072c9e950aae2a882 /bashit_bash_profile
parentdc4306e6b5b8c5a59baa50dcf16632dccea4e338 (diff)
downloaddotfiles-972d6f5e163c6e13c11be749601bb2701ee7d0ae.tar.gz
removed bashit
Diffstat (limited to 'bashit_bash_profile')
-rw-r--r--bashit_bash_profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/bashit_bash_profile b/bashit_bash_profile
deleted file mode 100644
index 5f73e6a..0000000
--- a/bashit_bash_profile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# ~/.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