X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Fprofile;h=db373e90aa54ab5d968d7fab3bd4522744341169;hb=HEAD;hp=4c2555220e614eb573cfe8cacc2dff1e06fa7ea4;hpb=06cf7183301c514ee26a300dae6b021416d770b0;p=config%2Fdotfiles.git diff --git a/bash/profile b/bash/profile deleted file mode 100644 index 4c25552..0000000 --- a/bash/profile +++ /dev/null @@ -1,9 +0,0 @@ -# Bash login configuration file. - - -# Load ~/.bashrc if it exists. -if [[ -f ~/.bashrc ]]; then - . ~/.bashrc -fi - -# vim: ft=sh