Skip to content

Instantly share code, notes, and snippets.

@Kalabasa
Kalabasa / analytics.js
Last active March 3, 2023 07:13
My global analytics script
(function() {
var script = document.createElement('script');
script.dataset.goatcounter = 'https://kalabasa.goatcounter.com/count';
script.async = true;
script.setAttribute('src', '//gc.zgo.at/count.js');
document.head.appendChild(script);
})();
function long-notify
### Notify on long command completion
# https://gist.github.com/Kalabasa/7678513#file-long-command-notification-sh
# Using fish version 2.1.1-1052-gf03d90e
# Forked from
# https://gist.github.com/ashwin/5891060#file-long-command-notification-sh
set -g MINIMUM_TIME 10
set -g EXCLUDED_COMMANDS nano vim edit sudoedit ssh top