Skip to content

Commit

Permalink
Merge pull request #230 from leomeinel/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
leomeinel authored May 7, 2023
2 parents 629d4cc + ff417ab commit 2689760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ grep -q "$STRING" "$FILE" || sed_exit
doas sed -i "s/$STRING/FileManager = nvim/" "$FILE"
STRING="^FileManager = nvim"
grep -q "$STRING" "$FILE" || sed_exit
doas sed -i "/$STRING/a FileManagerFlags = -cNvimTreeFocus/" "$FILE"
doas sed -i "/$STRING/a FileManagerFlags = -cNvimTreeFocus" "$FILE"
STRING="^#Sudo =.*"
grep -q "$STRING" "$FILE" || sed_exit
doas sed -i "s/$STRING/Sudo = doas/" "$FILE"
Expand Down

0 comments on commit 2689760

Please sign in to comment.