From 6be135ccb6429f7275faa6e7cd49e70746223cc6 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 19 Nov 2019 12:58:36 +0000 Subject: [PATCH] Make prompt simple again --- roles/home/files/shrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/roles/home/files/shrc b/roles/home/files/shrc index f916c1c..c4e4f30 100644 --- a/roles/home/files/shrc +++ b/roles/home/files/shrc @@ -26,14 +26,9 @@ export TIME_STYLE="long-iso" # Other exports. export EDITOR=vi +export PS1='\$ ' export PYTHONWARNINGS="ignore::UserWarning" -if [ "$SHELL" = "/bin/sh" ]; then - export PS1='\$ ' -else - export PS1='${SSH_TTY:+[ssh:$(id -un)@$(hostname -s)]}\$ ' -fi - if [ "$BASH" ]; then shopt -s histappend bind '"\e[1;5C": forward-word'