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 --------- .bashrc | 6 ------ 2 files changed, 15 deletions(-) delete mode 100644 .bash_profile delete mode 100644 .bashrc 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 diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 9a71f00..0000000 --- a/.bashrc +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# If not running interactively, don't do anything -[ $- != *i* ] && return - -PS1="[\u@\h \w]\$ " -- cgit v1.2.3-70-g09d2