Skip to content

Instantly share code, notes, and snippets.

View bluetigeresw's full-sized avatar

bluetigeresw bluetigeresw

View GitHub Profile
Open .gitconfig (C:\Users\<user>\.gitconfig) and add this line:
apply-gitignore = !git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
#!/bin/bash
COUNT_DOWN=5
function initialize {
source <LOCATION>
<ANY_COMMANDS>
}
function titleHandler {
local title="<SCRIPT_NAME>@$USER"