Commit Graph

2659 Commits (ab7f15bee15cc75c85aad3bed212d124925c6f29)

Author SHA1 Message Date
Nils Winkler 78666805a2
Merge pull request #1119 from edubxb/pm-theme-new-options
New customization options
2017-12-21 08:06:47 +01:00
Eduardo Bellido Bellido d779fd6fe4 New customization options
Added two new variables:

POWERLINE_LEFT_END
POWERLINE_RIGHT_END

used to change the end character of the the left and right parts.
2017-12-19 22:31:59 +01:00
Nils Winkler fe1ae061cc
Merge pull request #1018 from wendorf/git-helpers
Allow non-alphanumeric git branch names
2017-12-19 09:19:38 +01:00
Nils Winkler baf111112e
Merge pull request #1118 from inderpreet99/feature/fix-readme-toc
Fix table of contents link to its correct section
2017-12-19 09:07:43 +01:00
Inderpreet Singh c336df2137 Fix table of contents link to its correct section 2017-12-18 14:42:56 -05:00
Dan Wendorf c5f2c408e7 SCM_CURRENT_USER supports accented characters
`tr 'A-Z' 'a-z'` will only convert non-accented characters. Switching to
`[:upper:]` and `[:lower:]` adds support for accents.
See https://github.com/koalaman/shellcheck/wiki/SC2018

Additionally, printf's character splitting does not support accented
characters, so output isn't as expected. Using bash's variable expansion
syntax instead will correctly get the full accented character.
2017-12-18 09:05:33 -08:00
Dan Wendorf 150e82b221 Refactor git functionality into githelpers.theme.bash
- Add unit tests around git functionality
2017-12-18 09:05:33 -08:00
Nils Winkler 8c89381762
Merge pull request #1117 from edubxb/fix-powerline-user-info
Fix some regressions in Powerline theme
2017-12-18 11:45:19 +01:00
Nils Winkler a018cf3653
Merge pull request #1114 from navanchauhan/master
Fomatted the README File
2017-12-18 08:28:35 +01:00
Nils Winkler 4c5dd2225f
Update README.md
Changed case for "INSTALL OPTIONS"
2017-12-18 08:28:02 +01:00
Eduardo Bellido Bellido dfc7b8ed80 Fix some regressions in Powerline theme 2017-12-18 01:37:05 +01:00
Navan Chauhan c441fd830f
u 2017-12-17 17:49:08 +05:30
Travis Swicegood 0d3eedbc1c
Merge pull request #891 from dnoiz1/master
Added redline theme, based on powerline
2017-12-16 16:27:14 -06:00
Navan Chauhan 7be5f99e16
Formatted it
A heading should have ##
Whereas a sub-heading should have ####
2017-12-16 13:41:31 +05:30
Navan Chauhan 9984397607
Formatted it 2017-12-16 13:39:27 +05:30
Tim Noise 54d6a10601 i am bad at git 2017-12-16 16:53:45 +11:00
Tim Noise 0eb02456e2 updated theme to latest
- fixed minor errors in powerline.base when pulling from origin master
2017-12-16 16:45:55 +11:00
Tim Noise 02d0997e0a Merge branch 'master' of https://github.com/Bash-it/bash-it 2017-12-16 16:37:27 +11:00
Nils Winkler d318c6536f
Merge pull request #1103 from dsem/fix-brainy-virtualenv-box
Reset VIRTUALENV vars in brainy theme
2017-12-15 08:21:21 +01:00
Nils Winkler b88cda15da
Merge pull request #1113 from wendorf/git-home-alias
Add git `gh` alias to go "home" (top-level dir)
2017-12-15 08:16:04 +01:00
Dan Wendorf a35c9473f8 Add git `gh` alias to go "home" (top-level dir) 2017-12-14 10:48:05 -08:00
Nils Winkler 9832ea07af
Merge pull request #1112 from seefood/ira-gifski
Oops, an important fix to the gif plugin options.
2017-12-14 10:39:41 +01:00
Nils Winkler 956b3e417f
Merge pull request #1111 from arunvelsriram/irc-alias-fallback
Fallback value for alias irc
2017-12-13 08:29:36 +01:00
Arunvel Sriram 3adc77ab41 Set alias irc to 'irc' if IRC_CLIENT is not set 2017-12-13 10:19:04 +05:30
Nils Winkler 12f5b6e5a1
Merge pull request #1106 from danflies/new-powerline-theme
Added a New Theme
2017-12-12 07:15:26 +01:00
Nils Winkler b0b27a7809
Merge pull request #1105 from sharils/patch-1
Make dkrmui work in Mac
2017-12-12 07:13:46 +01:00
Nils Winkler ca8ae9c767
Fixed case statement
I've combined the `darwin` (macOS) and BSD cases into one case.
2017-12-12 07:12:00 +01:00
Dan Flies e3abf2d231 Revert "Changed the broken icons"
This reverts commit 4986468e89.
2017-12-11 13:07:45 -06:00
sharils 803a57749d Add bsd support 2017-12-11 22:11:46 +08:00
Nils Winkler 338253cf81
Merge pull request #1110 from nwinkler/fix-base-theme
Fixed issue introduced in #1109
2017-12-11 11:38:07 +01:00
Nils Winkler 0267554c22 Fixed issue introduced in #1109
With the added $ in there, it would show an error in Git repos:

-bash: ##: command not found
2017-12-11 11:35:52 +01:00
Nils Winkler 4021bbcfb1
Merge pull request #1108 from wendorf/direnv-plugin
Add direnv plugin
2017-12-11 08:44:06 +01:00
Nils Winkler d77c3b1dab
Update direnv.plugin.bash
Added link to direnv web site.
2017-12-11 08:43:53 +01:00
Nils Winkler 748abc8d63
Merge pull request #1109 from Androbin/shell
Fix some Bash issues
2017-12-11 08:36:17 +01:00
Robin Richtsfeld c86038d61d Fix some Bash issues 2017-12-09 15:06:22 +01:00
Dan Wendorf 21fec8ff15 Add direnv plugin
See https://direnv.net/
2017-12-08 10:07:54 -08:00
Dan Flies 1ff3cfbe4d Removed new theme in favor of adding to Powerline theme 2017-12-08 10:00:42 -06:00
Dan Flies 4986468e89 Changed the broken icons 2017-12-08 09:57:34 -06:00
Dan Flies 94ebdf7c5b Added a new function to display current directory only 2017-12-08 09:56:40 -06:00
Dan Flies 9b29297746 finalization of flies theme 2017-12-08 09:47:56 -06:00
Dan Flies 35c29349bd Added new wd function to powerline-flies theme. Changed the __powerline_prompt_command function to reflect the base function. 2017-12-08 09:22:35 -06:00
sharils 3863a6b2ea
Make backward compatible 2017-12-08 21:10:11 +08:00
Nils Winkler 44455c4a00
Merge pull request #1107 from ycmjason/patch-2
Remove duplicating alias
2017-12-08 10:27:40 +01:00
Jason Yu e5743a299c
Remove duplicating alias
Opps, I overlook the file! XD, sorry.
2017-12-08 09:23:01 +00:00
Nils Winkler f5d8693400
Merge pull request #1104 from ycmjason/patch-1
Update git.aliases.bash
2017-12-08 09:09:08 +01:00
Dan Flies fae18112cb Added new theme to limit the directory only the current directory 2017-12-07 10:01:47 -06:00
sharils 003fccc8e3
Make dkrmui work in Mac and BSD 2017-12-07 21:15:19 +08:00
Jason Yu 62e4108af3
Update git.aliases.bash 2017-12-07 11:07:21 +00:00
Dylan Semler 01188bbd28 Reset VIRTUALENV vars in brainy theme 2017-12-06 08:50:09 -05:00
Ira Abramov 99d494535b Oops, an important fix to the gif plugin options. 2017-12-04 15:42:23 +02:00