Skip to content

Instantly share code, notes, and snippets.

View signaltrace-dev's full-sized avatar

Jeff Glenn signaltrace-dev

View GitHub Profile
@signaltrace-dev
signaltrace-dev / .bash_profile
Last active March 23, 2023 11:44
Aliases for Git Bash - handy functions for common tasks
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc
_gitzip(){
CURRDATE=`date +%Y%m%d`
NAME=${PWD##*/}
ARG=$1
LAST_COMMIT=$2
@signaltrace-dev
signaltrace-dev / fresh-chrome-with-custom-tz.sh
Last active August 16, 2017 18:15 — forked from prasadsilva/fresh-chrome-with-custom-tz.sh
Launch new instances of Google Chrome on Linux with isolated cache, cookies, user config and custom Timezone
#!/usr/bin/env bash
# fresh-chrome
#
# Use this script on Linux to launch a new instance of Google Chrome
# with its own empty cache, cookies, and user configuration.
#
# The first time you run this script, it will launch a new Google
# Chrome instance with a permanent user-data directory, which you can
# customize below. Perform any initial setup you want to keep on every