fix(alias): rename the aliases channel to alias

This commit is contained in:
Alexandre Pasmantier 2025-04-29 17:38:09 +02:00
parent d3bb3b0a56
commit a61c61bc5a
2 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,7 @@ preview_command = "cut -d= -f2 <<< ${0} | cut -d\" \" -f2- | sed 's/:/\\n/g'"
# Aliases # Aliases
[[cable_channel]] [[cable_channel]]
name = "aliases" name = "alias"
source_command = "alias" source_command = "alias"
interactive = true interactive = true

View File

@ -17,7 +17,7 @@ source_command = "Get-ChildItem Env:"
# Aliases # Aliases
[[cable_channel]] [[cable_channel]]
name = "aliases" name = "alias"
source_command = "Get-Alias" source_command = "Get-Alias"
# GIT # GIT
@ -62,4 +62,3 @@ preview_command = ":files:"
[[cable_channel]] [[cable_channel]]
name = "powershell-history" name = "powershell-history"
source_command = "Get-Content (Get-PSReadLineOption).HistorySavePath | Select-Object -Last 500" source_command = "Get-Content (Get-PSReadLineOption).HistorySavePath | Select-Object -Last 500"