Skip to content

Instantly share code, notes, and snippets.

@notTag
notTag / Terminal Customization.md
Last active April 1, 2017 18:19
Terminal Customization (friday night)

Terminal

  • To change the terminals prompt:
    1. nano ~/.bash_profile
    2. export PS1="yourFancyPromptName\t " Displays as: yourFancyPromptName01:25:53
    3. Customization flags: "\d" – Current date "\t" – Current time
@davfre
davfre / git_cheat-sheet.md
Last active February 26, 2026 16:40
git commandline cheat-sheet