config: minor changes and fixes
This commit is contained in:
parent
d8a9db867c
commit
16afcd6838
6 changed files with 26 additions and 59 deletions
|
|
@ -25,7 +25,7 @@ in {
|
|||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
|
||||
trusted-users = [ "thegeneralist" "central" "root" "@build" "@wheel" "@admin" ];
|
||||
trusted-users = [ "thegeneralist" "central" "root" "@build" "@wheel" "@admin" "jellyfin" ];
|
||||
|
||||
builders-use-substitutes = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ $env.config.completions = {
|
|||
enable: true
|
||||
max_results: 100
|
||||
completer: {|tokens: list<string>|
|
||||
let expanded = scope aliases | where name == $tokens.0 | get --ignore-errors expansion.0
|
||||
let expanded = scope aliases | where name == $tokens.0 | get --optional expansion.0
|
||||
|
||||
mut expanded_tokens = if $expanded != null and $tokens.0 != "cd" {
|
||||
$expanded | split row " " | append ($tokens | skip 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue