weird characters showing after launch
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: MacOS Catalina 10.15.4
- Hyper.app version: 3.0.2
- Link of a Gist with the contents of your .hyper.js: https://gist.github.com/s3bastianeljas/298e01ebf6e194cf20bf456c1047627c
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): Only warning I get is
Color: rgba(255, 255, 255, 0.2) is using transparency, but allowTransparency is false. Using fallback #555753
- The issue is reproducible in vanilla Hyper.app: I only installed the
hyperocean
theme. My shell iszsh 5.7.1 (x86_64-apple-darwin19.0)
with oh-my-zsh along with powerlevel10k installed. My .zshrc file
Issue
when I launch hyper, I always get a percent sign, some empty lines and a number, like this:
Sometimes the number also changes, I’ve seen 1 and 2 so far. I don’t know how to get rid of that and I also don’t know the meaning of any of those numbers. I have seen other issues from a while ago having the same problem with just the %
sign, but nothing about the numbers and empty lines. (I always have this with problem when creating a new window (CMD+N or when clicking the icon in my task bar after CMD+W, only if I do CMD+T it doesn’t appear)
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Very slow startup + weird characters - Microsoft Q&A
1 Answer · Go to Control Panel, click on Clock, Language, and Region, click Appearance and Personalization, and then click Fonts. · In...
Read more >Why Are My Web Pages Displaying Strange Letters?
When browsing the Internet, you may occasionally notice that some of the letters on a page appear as strange characters or question marks....
Read more >FIX : Weird letters in programs,Windows - YouTube
How to fix weird letters / characters in a programs/application or installers in Windows operating systems.
Read more >Weird characters (´╗┐) at the start of a batch file - Super User
I am working with batch files in Windows, using both Notepad, and Notepad++. When I run the batch files, which all start with...
Read more >Firefox opening all web pages with Weird characters
Hello You can check the network.http.* prefs on the about:config page and reset all bold user set network.http prefs to the default value...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
Use unsetopt PROMPT_SP in .zshrc
Solved in Ubuntu 20.04
reference
@s3bastianeljas
Go inside the
.zshrc
file at the top you’ll find:# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
<- uncomment this lineThat’s what worked for me