Skip to content

Instantly share code, notes, and snippets.

View notTag's full-sized avatar

notTag

  • Earth
View GitHub Profile
@davfre
davfre / git_cheat-sheet.md
Last active July 23, 2024 04:43
git commandline cheat-sheet
@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