Skip to content

Commit ff6c558

Browse files
committed
[fix] : Fixed SC2088
1 parent 6d8a2d6 commit ff6c558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • channels/i3/airootfs.any/etc/skel

channels/i3/airootfs.any/etc/skel/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ colors
100100

101101

102102
#-- Pass to the path --#
103-
[[ -d ~/.bin ]] && export PATH="~/.bin:${PATH}"
103+
[[ -d ~/.bin ]] && export PATH="${HOME}/.bin:${PATH}"
104104

105105

106106
#-- PROMPT --#

0 commit comments

Comments
 (0)