leadr 2.8.6

Shell aliases on steroids
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env fish

set SCRIPT_DIR (cd (dirname (status -f)) &> /dev/null && pwd)

# Set this directory as the config directory to load the test mappings
set -gx LEADR_CONFIG_DIR "$SCRIPT_DIR"

source "$SCRIPT_DIR/../init.fish"

# Bind Ctrl-G to invoke leadr
bind \cg __leadr_invoke__