From 262f2aaee60dccac99e2548f4481b8f0a70e6f70 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:23:12 -0700 Subject: Standarization and preparation for cleaning ~ --- .bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.bashrc') 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]\$ " -- cgit v1.2.3-54-g00ecf