mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
merge branch 'master' of github.com:thegeneralist01/config
This commit is contained in:
commit
3a47ebe28b
6 changed files with 26 additions and 59 deletions
|
|
@ -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