I hereby claim:
- I am saveman71 on github.
- I am saveman71 (https://keybase.io/saveman71) on keybase.
- I have a public key ASDRcbCcuzHYo-qYK4Y68wiqzRXtRa4P6t0FmkzozgiZqwo
To claim this, I am signing this object:
# Query/use custom command for `git`. | |
zstyle -s ":vcs_info:git:*:-all-" "command" _omz_git_git_cmd | |
: ${_omz_git_git_cmd:=git} | |
# | |
# Functions | |
# | |
# The name of the current branch | |
# Back-compatibility wrapper for when this function was defined here in |
# Change prefix key to Ctrl+a | |
unbind C-b | |
set -g prefix C-q | |
## FIX for termnator mouse bugs | |
## see https://superuser.com/questions/417027/why-are-random-characters-inserted-into-my-tmux-session | |
#set -g mouse-utf8 off | |
## set the default TERM | |
set -g default-terminal "screen" |
I hereby claim:
To claim this, I am signing this object:
var sentences = text.match(/(M\.|Mme\.|Mlle\.|\.\w|(?:\.\.\.|…)\s+[a-z]|[^\.!\?\n…])+[\.!\?\n…]+/g); |
// ==UserScript== | |
// @name Compare Links on releases | |
// @version 0.1 | |
// @description Add links next to tags when there is no releases | |
// @author Antoine Bolvy <[email protected]> | |
// @match https://github.com/*/releases | |
// @grant none | |
// ==/UserScript== | |
var insertLinks = function() { |