Skip to content

Instantly share code, notes, and snippets.

View Kahila's full-sized avatar
🎯
Focusing

K4HIL4 Kahila

🎯
Focusing
  • Earth
View GitHub Profile
@Kahila
Kahila / .bash_aliases
Created June 27, 2020 03:04 — forked from pntsunts/.bash_aliases
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active January 1, 2025 16:13
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database