test
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
# tide: Modern, extensible prompt
|
||||
{ name = "tide"; src = tide.src; }
|
||||
|
||||
# async-prompt: Make your prompt asynchronous for better reactivity
|
||||
{ name = "async-prompt"; src = async-prompt.src; }
|
||||
|
||||
# ── Fuzzy Finding ─────────────────────────────────────────────────────────
|
||||
# fzf-fish: Superior fzf integration - Ctrl+R history, Ctrl+Alt+F files, Ctrl+V vars
|
||||
{ name = "fzf.fish"; src = fzf-fish.src; }
|
||||
@@ -47,9 +44,6 @@
|
||||
# autopair: Auto-insert matching brackets, quotes, etc.
|
||||
{ name = "autopair"; src = autopair.src; }
|
||||
|
||||
# pisces: Paired symbols in the command line
|
||||
{ name = "pisces"; src = pisces.src; }
|
||||
|
||||
# done: Notifications when long-running commands complete
|
||||
{ name = "done"; src = done.src; }
|
||||
|
||||
@@ -72,9 +66,6 @@
|
||||
# plugin-sudope: Quickly put 'sudo' in your command
|
||||
{ name = "plugin-sudope"; src = plugin-sudope.src; }
|
||||
|
||||
# bang-bang: Bash style history substitution (!! and !$)
|
||||
{ name = "bang-bang"; src = bang-bang.src; }
|
||||
|
||||
# ── Utility ───────────────────────────────────────────────────────────────
|
||||
# grc: Colorize output of common commands (ping, traceroute, make, etc.)
|
||||
{ name = "grc"; src = grc.src; }
|
||||
|
||||
Reference in New Issue
Block a user