Skip to content

Instantly share code, notes, and snippets.

View saimonh3's full-sized avatar
🏠
Working from home

Mohammed Saimon saimonh3

🏠
Working from home
View GitHub Profile
@saimonh3
saimonh3 / .zshrc
Created May 15, 2019 12:17 — forked from SumonMSelim/.zshrc
My Terminal Configuration (oh-my-zsh+iTerm2)
# Path to your oh-my-zsh installation.
export ZSH=/Users/SumonMSelim/.oh-my-zsh
# Set name of the theme to load.
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE="awesome-fontconfig"
# User configuration
export TERM="xterm-256color"
export SHELL="/bin/zsh"
@saimonh3
saimonh3 / remove-woocommerce-styles-scripts.php
Created January 18, 2017 14:37 — forked from gregrickaby/remove-woocommerce-styles-scripts.php
Remove WooCommerce styles and scripts.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below into functions.php
/**
* Manage WooCommerce styles and scripts.
*/
function grd_woocommerce_script_cleaner() {
// Remove the generator tag
remove_action( 'wp_head', array( $GLOBALS['woocommerce'], 'generator' ) );