Skip to content

Commit a112296

Browse files
committed
Bug fix: dash was taken as sh
1 parent 9623014 commit a112296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/t.shrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ t_init() {
5656
*zsh )
5757
__t_shell="zsh"
5858
;;
59-
*sh )
60-
__t_shell="sh"
61-
;;
6259
*dash )
6360
__t_shell="dash"
6461
;;
62+
*sh )
63+
__t_shell="sh"
64+
;;
6565
* )
6666
__t_shell="not-supported"
6767
;;

0 commit comments

Comments
 (0)