Commit c82b87e
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 017ac4e commit c82b87e
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