diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 23:46:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 23:46:42 +0200 |
| commit | f408ae894e4e10bbf4358c7c07bb9618ef1353e4 (patch) | |
| tree | 0722f09473a58f1b9027e271cd6bd0e96e7a390d /fish/conf.d/fuzzy.fish | |
| parent | bf56ef64278a90acab9116311e649e762d39cd34 (diff) | |
rename
Diffstat (limited to 'fish/conf.d/fuzzy.fish')
| -rw-r--r-- | fish/conf.d/fuzzy.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/conf.d/fuzzy.fish b/fish/conf.d/fuzzy.fish new file mode 100644 index 0000000..7683a0e --- /dev/null +++ b/fish/conf.d/fuzzy.fish @@ -0,0 +1,5 @@ +function __tv_git + tv git-repos +end + +bind \cg __tv_git |
