HalloweenBash icon indicating copy to clipboard operation
HalloweenBash copied to clipboard

Custom Bash Profile Generator

Results 9 HalloweenBash issues
Sort by recently updated
recently updated
newest added

Look: ![image](https://cloud.githubusercontent.com/assets/1898225/4389530/f6badad6-43f5-11e4-9b07-e720615598d7.png) I'm using this code below for ubuntu: [Check here](https://github.com/marceloboeira/ubuntu-dev-setup/blob/master/resources/.bashrc) ``` bash aram () { free -m | awk '{print $4}' | head -2 | tail -1; } ```

feature_request

If has something to stage -> red ![image](https://cloud.githubusercontent.com/assets/1898225/4389454/59d75dfc-43f5-11e4-8aff-d4e036ead58b.png) otherwhise -> green ![image](https://cloud.githubusercontent.com/assets/1898225/4389447/47fd0532-43f5-11e4-8cc7-d2fcf3141dad.png) [Look the source here](https://github.com/marceloboeira/ubuntu-dev-setup/blob/master/resources/.bashrc#L187)

feature_request

Look: ![image](https://cloud.githubusercontent.com/assets/1898225/4389479/7ebe7ede-43f5-11e4-9d72-480d9d991abd.png) I'm using "acpi" for ubuntu: [Check here](https://github.com/marceloboeira/ubuntu-dev-setup/blob/master/resources/.bashrc) ``` bash temperature () { acpi -t | grep -Eo '[0-9]+.{2,4}'| awk '{print $1}' | head -2 | tail -1; }...

feature_request

Like I do for my own. Just allow the color selections to get dragged into the PS1 box. This makes it easy to color branch and path names (for example)...

feature_request

When you drag a space up, you can never drag another space there, since it disappears :)

feature_request

Nice work on this. Few little suggestions: 1. Can you add the characters < > @, or to be able to just type some in? 2. You could make the...

feature_request

In my PS1, I find it useful to see the exit status of the last entered command. In order to do this, I need to define a function that dynamically...

feature_request

If you start $PS1 with ': ' and end with '; ' then you cut-n-paste entire command lines more easily (no need to grab from the end of the prompt)....

feature_request