1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-29 02:17:12 -07:00

add missing quotes

This commit is contained in:
Connor Olding 2020-11-23 07:32:38 +01:00
parent 52cb405534
commit 0be55777ee

View File

@ -162,7 +162,7 @@ trash() {
} }
explore() { explore() {
explorer "$(cygpath -w $1)" explorer "$(cygpath -w "$1")"
} }
pegg() { pegg() {