From a61c61bc5ab9ac94d00e982e5c80aab77e8841d7 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Tue, 29 Apr 2025 17:38:09 +0200 Subject: [PATCH] fix(alias): rename the aliases channel to `alias` --- cable/unix-channels.toml | 2 +- cable/windows-channels.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cable/unix-channels.toml b/cable/unix-channels.toml index c0c3a3c..fdc25a1 100644 --- a/cable/unix-channels.toml +++ b/cable/unix-channels.toml @@ -25,7 +25,7 @@ preview_command = "cut -d= -f2 <<< ${0} | cut -d\" \" -f2- | sed 's/:/\\n/g'" # Aliases [[cable_channel]] -name = "aliases" +name = "alias" source_command = "alias" interactive = true diff --git a/cable/windows-channels.toml b/cable/windows-channels.toml index e76f4a2..cb512f4 100644 --- a/cable/windows-channels.toml +++ b/cable/windows-channels.toml @@ -17,7 +17,7 @@ source_command = "Get-ChildItem Env:" # Aliases [[cable_channel]] -name = "aliases" +name = "alias" source_command = "Get-Alias" # GIT @@ -62,4 +62,3 @@ preview_command = ":files:" [[cable_channel]] name = "powershell-history" source_command = "Get-Content (Get-PSReadLineOption).HistorySavePath | Select-Object -Last 500" -