oh-my-bash icon indicating copy to clipboard operation
oh-my-bash copied to clipboard

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Results 155 oh-my-bash issues
Sort by recently updated
recently updated
newest added

After installing oh-my-bash to my remote server, I am getting the following error log for every command that I run on it. ``` bash: [: 506 2020: integer expression expected...

For solutions like cron we have directories like cron.d that lists the enabled facilities. Other utilities have similar .d directories they check. This helps other facilities leverage the capabilities of...

question

Hi All, Thanks for OMB. I really like it and have began to build upon it. But I've run in to some complications. My goals here are: 1. To make...

help-wanted
question

The 1 .. 9 aliases in `lib/directories.sh` work now. $ cd aa $ cd bb $ cd cc $ d 1 ~/cc 2 ~/bb 3 ~/aa $ 3 $ pwd...

help-wanted
improvement
P3 - Normal

I found that some themes do not work with the "JetBrains Mono Regular" font. ![Selection_999(020)](https://user-images.githubusercontent.com/5921135/75798908-4598f480-5d45-11ea-8f90-bddd88b0b607.png)

I never would have imagined that playing with the shell env of my host would impact the ability of a git repo on the same machine to receive data –...

Hi! if you want to use the `ls` alias plugin or you want to use your own, then this file is stopping you to do so.

fixes #93

improvement
P3 - Normal

Referencing https://github.com/ohmybash/oh-my-bash/pull/100 This file is mirror from upstream and it's expected to be in sync in oh-my-bash. What are our options to make this automatically synced?

improvement
P1 - Very Important

All bash/shell scripts should pass spellcheck (https://github.com/koalaman/shellcheck) and there are so many issues missing quotation, unexpected variable manipulation, etc.. Requsting to adapt spellcheck to prevent these issues in the future...

feature-request
P1 - Very Important