summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:39:17 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:39:17 -0700
commit8566162ab7da118fb86f3fbd970926d17e7bf94d (patch)
tree594080707ce28a4d7072c2d595ca500eabb510f9 /.bash_profile
parent262f2aaee60dccac99e2548f4481b8f0a70e6f70 (diff)
Not really needed, theyre basic
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile9
1 files changed, 0 insertions, 9 deletions
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