hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Hyper,WSL2 and Zsh

Open adityanz opened this issue 3 years ago • 3 comments

  • [X ] I am on the latest Hyper.app version
  • X[ ] I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: Windows 11
  • Hyper.app version: 3.1.1
  • Link of a Gist with the contents of your .hyper.js: I cant find it
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
  • The issue is reproducible in vanilla Hyper.app: A little valinna

Issue

aditya@Surface  ~  hyper /usr/bin/env: ‘bash\r’: No such file or directory

I am using WSL 2 with hyper and cannot run the hyper themes and all the path goes to bash instead of zsh

adityanz avatar Jul 24 '21 09:07 adityanz

go to help menu > Report Issue and copy everything from the issue page it opens, and paste here. Need to look at the config.

LabhanshAgrawal avatar Jul 24 '21 09:07 LabhanshAgrawal

I am having exact same issue both on my Windows 11 Laptop and on the desktop PC with Win 10. Both running WSL2 with Ubuntu distro.

Hyper in the LTS 3.14 version.

In vanilla Hyper install problem still persist.

I am running OhMyZSH shell.

Below is my Hyper config.


  • Hyper version: undefined "3.1.4"
  • OS ARCH VERSION: win32 x64 10.0.19044
  • Electron: 13.2.3 LANG: undefined
  • SHELL: undefined TERM: undefined
.hyper.js contents
{
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "MesloLGS NF, Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "C:\\Windows\\System32\\bash.exe",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": false,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false
}
plugins
{
  "plugins": [],
  "localPlugins": []
}

paradoxevents avatar Nov 29 '21 11:11 paradoxevents

Any workaround?

mm-97 avatar Dec 14 '22 19:12 mm-97