From 8566162ab7da118fb86f3fbd970926d17e7bf94d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:39:17 -0700 Subject: Not really needed, theyre basic --- .bash_profile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index de1c697..0000000 --- a/.bash_profile +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# This only is read by bash when it is a login shell, not an interactive -# one (lightdm, for example). -# So '.profile' has to be sourced (as well as .bashrc). -# See: https://unix.stackexchange.com/questions/88106/why-doesnt-my-bash-profile-work - -[ -f $HOME/.profile ] && . $HOME/.profile -[ -f $HOME/.bashrc ] && . $HOME/.bashrc -- cgit v1.2.3-54-g00ecf