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" -