Commit 203a86f
committed
fix(sesh): rename tr alias to troot
Renames the 'tr' alias to 'troot' to prevent collision with the standard POSIX 'tr' (translate) utility. The previous alias was expanded in interactive subshells and Nix build environments, breaking shell startup script evaluation when 'sesh' was absent from the PATH.1 parent f4789ab commit 203a86f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments