Bourne-Again Shell (bash), including commands: history

Introduction

Introduction

Prompt string

ps0/ps1/ps2/ps3/ps4

affect how terminal is presented:

ps0: what is displayed after command, before output ps1: what is displayed before command (most used customisation)

bash_history

contains history of bash commands

~/.bash_history

bashrc

~/.bashrc

can customise prompt strings here.

bashprofile

.bashprofile