Skip to content

Instantly share code, notes, and snippets.

@sweikenb
sweikenb / navigation_practice.php
Created February 6, 2019 11:28
PHP array practice
<?php
/*
* Conditions:
***********************************************************************************************************************
*
* Do not modify or edit this file/array -> include it into your working file and use the $navigation array as it is.
*
*
* Tasks:
@sweikenb
sweikenb / .zshrc
Last active October 23, 2024 08:08
Linux ZSH dotconf
#
# Load Antigen ZSH package manager
#
ANTIGEN_PATH="${HOME}/antigen.zsh"
if [ ! -f "${ANTIGEN_PATH}" ]; then
# auto-install antigen
curl -L git.io/antigen > ${ANTIGEN_PATH}
fi
source "${ANTIGEN_PATH}"