minor fix
This commit is contained in:
parent
8cb9f7cd93
commit
20d61d67f8
2 changed files with 10 additions and 7 deletions
|
|
@ -113,6 +113,13 @@ let
|
|||
"Bash(systemctl:*)"
|
||||
"Bash(service:*)"
|
||||
"Bash(launchctl:*)"
|
||||
|
||||
# Nix system operations
|
||||
"Bash(nixos-rebuild:*)"
|
||||
"Bash(nix-collect-garbage:*)"
|
||||
"Bash(nix-channel:*)"
|
||||
"Bash(oss:*)"
|
||||
"Bash(hms:*)"
|
||||
];
|
||||
|
||||
ask = [
|
||||
|
|
@ -123,13 +130,6 @@ let
|
|||
"Bash(cp:*)"
|
||||
"Bash(touch:*)"
|
||||
|
||||
# Nix system operations
|
||||
"Bash(nixos-rebuild:*)"
|
||||
"Bash(nix-collect-garbage:*)"
|
||||
"Bash(nix-channel:*)"
|
||||
"Bash(oss:*)"
|
||||
"Bash(hms:*)"
|
||||
|
||||
"Bash(curl:*)"
|
||||
"Bash(wget:*)"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue