Skip to content

Commit 56f3ca2

Browse files
committed
[fix] : Fixed SC2088
1 parent 7ffa888 commit 56f3ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/zsh-powerline/airootfs.any/etc/skel

modules/zsh-powerline/airootfs.any/etc/skel/.zshrc

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

103103

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

107107

108108
#-- PROMPT --#

0 commit comments

Comments
 (0)