fix(alias): rename the aliases channel to alias (#485)

This commit is contained in:
Alexandre Pasmantier 2025-04-29 17:41:57 +02:00 committed by GitHub
parent d3bb3b0a56
commit 0514a914b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
[[cable_channel]]
name = "aliases"
name = "alias"
source_command = "alias"
interactive = true

View File

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