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

https://github.com/andresgongora/synth-shell/blob/master/README.md

local reproduction steps: ```lang=bash cp /etc/skel/.bashrc ~/ source .bashrc rm -rf ~/.oh-my-bash bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)" ``` output is ``` /____/ .... is now installed! Please look over...

adding explanation on how to practically use './custom/aliases/example.aliases.sh'

Running `ll` uses the default. ``` $ alias ll alias ll='ls -lAFh' ``` I then run the following, which makes it work properly. ``` $ source ~/.oh-my-bash/custom/aliases/example.aliases.sh $ alias ll...

Add completion to the aws profile plugin. Also did a bit of cleanup for deprecations etc

OS X Sonoma 14.1.1 bash 3.2 I get this error: host:tmp user$ pwd /Users/user/data/tmp bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" Warning: Bash >=4 is no longer required for Oh My Bash...

# Summary I have been using the powerline multiline theme and have noticed that now when typing long commands line wrap no longer functions, it continues the command on the...

I really like that the git plugin adds the name of the current branch to the end of the prompt. But for large repos, indicating the status with its color...

Font theme has clock format is `%I:%M:%S` But it's not recognize current system time zone maybe looks like fixed UTC. So I update clock format to `%T`. It's print proper...

Customization Example