Add function for configuring user settings
This commit is contained in:
parent
675db97522
commit
a89d9bb677
3 changed files with 26 additions and 2 deletions
scripts/Common/OS
|
@ -1,7 +1,7 @@
|
|||
#!/bin/env fish
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../Scripts/config.fish"
|
||||
set -l users (getConfig valhalla.users --apply "builtins.attrNames" --json)
|
||||
set -l users (getUsers)
|
||||
|
||||
|
||||
for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue