mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Fixing hyper.
This commit is contained in:
parent
0b7b7a42e1
commit
2dc770e060
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module.exports = {
|
||||||
shell: '/bin/zsh',
|
shell: '/bin/zsh',
|
||||||
|
|
||||||
// if `true` (without backticks and without quotes), selected text will automatically be copied to the clipboard
|
// if `true` (without backticks and without quotes), selected text will automatically be copied to the clipboard
|
||||||
copyOnSelect: `true`,
|
copyOnSelect: true,
|
||||||
|
|
||||||
// Whether to use the WebGL renderer. Set it to false to use canvas-based
|
// Whether to use the WebGL renderer. Set it to false to use canvas-based
|
||||||
// rendering (slower, but supports transparent backgrounds)
|
// rendering (slower, but supports transparent backgrounds)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue