From b094ea9ae8cf1c1bb7db3211d774af7e0458657d Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 6 Apr 2023 07:38:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 47940c4..0e9cd5c 100644 --- a/README.md +++ b/README.md @@ -784,9 +784,8 @@ stty raw -echo opost; fg # On target host reset -export SHELL=bash +export SHELL=/bin/bash export TERM=xterm-256color -unset HISTFILE stty rows 24 columns 80 PS1='\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]# ' # Pimp up your prompt ```