add rc files to scaffold since it's hard to create a file named .foo on windows
parent
c64749ccac
commit
6d44e383b3
|
@ -263,3 +263,12 @@ SYMBOL: examples-flag
|
||||||
[ example ] times
|
[ example ] times
|
||||||
"}" print
|
"}" print
|
||||||
] with-variable ;
|
] with-variable ;
|
||||||
|
|
||||||
|
: scaffold-rc ( path -- )
|
||||||
|
[ touch-file ] [ "Click to edit: " write <pathname> . ] bi ;
|
||||||
|
|
||||||
|
: scaffold-factor-boot-rc ( -- )
|
||||||
|
home ".factor-boot-rc" append-path scaffold-rc ;
|
||||||
|
|
||||||
|
: scaffold-factor-rc ( -- )
|
||||||
|
home ".factor-rc" append-path scaffold-rc ;
|
||||||
|
|
Loading…
Reference in New Issue