Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 162 Bytes

BASH_PROFILE.md

File metadata and controls

6 lines (5 loc) · 162 Bytes

Useful lines to add to .bash_profile

Displays the exit status of all pipes after each command

PROMPT_COMMAND='echo Pipe status: ${PIPESTATUS[@]}'