Skip to content

Commit 0ecfdd8

Browse files
authored
Remove unused profile bin dir in shellrc template (#541)
## Summary TSIA ## How was it tested?
1 parent 45f8d66 commit 0ecfdd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/nix/shell.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ func (s *Shell) writeDevboxShellrc(vars map[string]string) (path string, err err
490490
PathPrepend string
491491
ScriptCommand string
492492
ShellStartTime string
493-
ProfileBinDir string
494493
HistoryFile string
495494
NixEnv map[string]string
496495
}{
@@ -503,7 +502,6 @@ func (s *Shell) writeDevboxShellrc(vars map[string]string) (path string, err err
503502
PathPrepend: pathPrepend,
504503
ScriptCommand: strings.TrimSpace(s.ScriptCommand),
505504
ShellStartTime: s.shellStartTime,
506-
ProfileBinDir: s.profileDir + "/bin",
507505
HistoryFile: strings.TrimSpace(s.historyFile),
508506
NixEnv: vars,
509507
})

0 commit comments

Comments
 (0)