summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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]\$ "