This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For docker - not sure if this line is auto added or not | |
# Added by Docker Desktop | |
# To allow the same kube context to work on the host and the container: | |
127.0.0.1 kubernetes.docker.internal | |
# Improve load speed | |
104.20.10.174 digg.com | |
157.240.28.35 facebook.com | |
142.250.69.238 google.com | |
142.250.72.69 gmail.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |