Skip to content

Commit 67187c4

Browse files
authored
autocomplete bash in bootstrap. Closes #279 (#493)
1 parent cffa8d6 commit 67187c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

exordos_core/cmd/bootstrap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ def _ensure_exordos_config(spec: dict[str, tp.Any]):
213213
f,
214214
)
215215
os.chown(config_path, uid, gid)
216-
os.system("exordos autocomplete")
216+
os.system("exordos autocomplete --shell bash")
217+
os.system(f"sudo -u {USER} exordos autocomplete --shell bash")
217218

218219

219220
def _ensure_repository(

0 commit comments

Comments
 (0)