summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
commit262f2aaee60dccac99e2548f4481b8f0a70e6f70 (patch)
treed102e23ff33ab30d61e771e8a837943583f4f710 /.bashrc
parent27568194632b55057195bce01b622005abea9dc6 (diff)
Standarization and preparation for cleaning ~
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]\$ "