summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 3954f57..9a71f00 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,8 +1,6 @@
#!/bin/sh
-# ~/.bashrc
-#
# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
+[ $- != *i* ] && return
-PS1='[\u@\h \w]\$ '
+PS1="[\u@\h \w]\$ "