LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.19k stars 224 forks source link

Not working on iTerm2 #196

Open ErSulba opened 3 years ago

ErSulba commented 3 years ago

i've been using this mod for years, but now it suddenly stops working on my macbook with iTerm2, i tried to re install but still getting the same issue that the background doesn’t change at all, and this is what i got from the command with verbose flag: image

`A single pokemon matches the specified criteria:

197 - Umbreon

Total of 1 pokemon matched the filters. Chose Umbreon`

and nothing else happens.

this are my settings image

ninehusky commented 3 years ago

Not sure how helpful this is since it's a temporary fix, but enabling an arbitrary background image allows subsequent calls to pokemon to be successful.

samr28 commented 3 years ago

The fix from @ninehusky works for me but I have been unable to get it to pick a random pokemon with each new terminal. I have tried adding pokemon to.zlogin which causes it to flash over the default background image (set in iterm2 preferences) but then the default background image gets put back instead. If I manually type pokemon, then it works fine. Any ideas/workarounds?

ninehusky commented 3 years ago

In Preferences > Profiles > Command, I have "pokemon; clear" on the "send text at start". Adding pokemon to my .zshrc didn't do anything, so hopefully the workaround that I described also works for you!

samr28 commented 3 years ago

That works, thanks @ninehusky :)