Skip to content

Commit 4d5cddd

Browse files
authored
Merge pull request #18 from DannyBen/improve/setup
Update setup to set 755 on the executable
2 parents c363673 + 97fb76f commit 4d5cddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fuzzy_cd_setup() {
2424

2525
curl_command="curl -s https://raw.githubusercontent.com/DannyBen/fuzzycd/master/fuzzycd > /usr/local/bin/fuzzycd"
2626
$sudo bash -c "$curl_command"
27-
$sudo chmod a+x /usr/local/bin/fuzzycd
27+
$sudo chmod 755 /usr/local/bin/fuzzycd
2828
}
2929

3030
patch_startup_files() {

0 commit comments

Comments
 (0)