Skip to content

Instantly share code, notes, and snippets.

@MatthewEppelsheimer
MatthewEppelsheimer / country-shortcode.php
Last active February 27, 2023 11:44
WP Contact Form 7 shortcode with list of Countries
<?php
/*
Localizations:
- [Spanish](https://gist.github.com/MatthewEppelsheimer/1498955#gistcomment-3317461) props @chdgp
UPDATED: 2020-03-09
@techarch
techarch / .bashrc
Created September 24, 2011 17:28
Custom Pik configuration for Git Bash (MinGW32) on Windows
# Add the following line to your existing .bashrc
# Note the double quotes on the path next to source
[[ -s $USERPROFILE/.pik/.pikrc ]] && source "$USERPROFILE/.pik/.pikrc"