summaryrefslogtreecommitdiff
path: root/.bashrc
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 /.bashrc
parent262f2aaee60dccac99e2548f4481b8f0a70e6f70 (diff)
Not really needed, theyre basic
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
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]\$ "