diff options
| author | outremonde <outremonde@vivaldi.net> | 2025-06-11 19:07:29 -0400 |
|---|---|---|
| committer | outremonde <outremonde@vivaldi.net> | 2025-06-11 19:07:29 -0400 |
| commit | 26a35fdd76d8f46402df467da1461d7526c3faa5 (patch) | |
| tree | e51d4877542651492bfb65c28beb730b39cf24c6 /features/user/cli/shells/nushell | |
| parent | ca6052967cd43e84b466fac8218c678479a7224d (diff) | |
fixed projinit command
Former-commit-id: 6e052061f75b077155c73b59c8c980a32bba0e13
Diffstat (limited to 'features/user/cli/shells/nushell')
| -rw-r--r-- | features/user/cli/shells/nushell/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 8d182ae..2623bc5 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -65,7 +65,7 @@ in { } let path = $path | path expand cp -r ${./direnv-project-template}/* $path - chmod +w $path/* + chmod +w $"($path)/*" direnv allow } |
