oh-my-fish / theme-budspencer

A theme for nerds, makes fish even more powerful. It's equipped with a hell of a lot of nice functions and key bindings to speed up your workflow.
MIT License
106 stars 42 forks source link

Installing budspencer on aws gives errors #69

Closed arajakum closed 3 years ago

arajakum commented 4 years ago

A fresh install of budspencer gives errors on AWS EC2. I removed ~/.config/fish/functions/fish_prompt.fish as omf doctor advised.

It appears that there is some issue with the math function, but can't be sure. Any insights?


       __|  __|_  )
       _|  (     /   Amazon Linux 2 AMI
      ___|\___|___|

https://aws.amazon.com/amazon-linux-2/
Welcome to fish, the friendly interactive shell
[I] ⋊> ~                                                                              18:06:36
[I] ⋊> ~ rm ~/.config/fish/functions/fish_prompt.fish                                 18:06:38
[I] ⋊> ~ omf install budspencer                                                       18:06:39
Updating https://github.com/oh-my-fish/packages-main master... Done!
Installing package budspencer
✔ budspencer successfully installed.
[: Expected a combining operator like '-a' at index 1
clayauld commented 4 years ago

You may need to run "exec fish" to reload the fish shell. Installing new themes can temporary break the shell until you restart it. Let me know if that fixes your issue.

clayauld commented 3 years ago

Closing due to no response.