mirror of
https://github.com/sebaschi/dotfiles.git
synced 2026-06-30 18:40:36 +02:00
15 lines
313 B
TOML
15 lines
313 B
TOML
[metadata]
|
|
name = "alias"
|
|
description = "A channel to select from shell aliases"
|
|
|
|
[source]
|
|
# you may need to adjust the command depending on your shell
|
|
command = "$SHELL -ic 'alias'"
|
|
output = "{split:=:0}"
|
|
|
|
[preview]
|
|
command = "$SHELL -ic 'alias' | grep -E '^(alias )?{split:=:0}='"
|
|
|
|
[ui.preview_panel]
|
|
size = 30
|