mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00
fix(alias): rename the aliases channel to alias
(#485)
This commit is contained in:
parent
d3bb3b0a56
commit
0514a914b6
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user