Commit graph

532 commits

Author SHA1 Message Date
James Simas 8b9c0f2b80 Fix filename for macOS 2018-04-19 22:22:48 -07:00
Buck Ryan 8ff0806ac8 prepare 0.5.1 2018-04-13 10:14:42 -04:00
Buck Ryan e828f264be python3 compat for git_stash
fixes #384

tested py2 & py3
2018-04-13 10:13:25 -04:00
Buck Ryan 095dc37dd0 fix symbol for untracked 2018-04-10 16:16:48 -04:00
Buck Ryan e163b7aaeb prepare 0.5.0 2018-04-10 16:16:12 -04:00
Buck Ryan 15654cb79a Merge branch 'release-0.5.0' 2018-04-10 16:13:59 -04:00
Buck Ryan 404d3fff56
Merge pull request #379 from apinkney97/master
Add git stash segment
2018-04-10 16:12:23 -04:00
Alex Pinkney 15a6172a2c Move git stash symbol definition to utils.RepoStats.symbols 2018-04-10 06:21:23 -04:00
Alex Pinkney 709c5ba215 Add git_stash segment 2018-03-20 13:16:28 +00:00
Alex Pinkney fc62b0f888 Move get_PATH and x_subprocess_env functions into utils.py 2018-03-20 13:09:48 +00:00
Buck Ryan ae33f7e7cf
Merge pull request #312 from amkarthik/master
Real Virtual env name while using "pipenv"
2018-02-26 10:05:46 -05:00
Buck Ryan d0dec6ce64 new repo path 2018-02-23 23:31:21 -05:00
Buck Ryan a209e6b12d 0.5.0 is upcoming 2018-02-23 23:17:43 -05:00
Buck Ryan 755ba297aa take out ~/.config notes 2018-02-23 23:14:40 -05:00
Buck Ryan cf6a804fd4
Merge pull request #334 from kc9jud/xdg-base-directory
config: Support config in $XDG_CONFIG_HOME
2018-02-23 23:12:27 -05:00
Buck Ryan 599f145208 changelog for #336 2018-02-22 20:16:02 -05:00
Buck Ryan da8d923f86
Merge pull request #366 from Blue-Dog-Archolite/master
Ruby Segment changes for Python 2/3:
2018-02-22 20:08:19 -05:00
Blue-Dog-Archolite 6ff4b50376 Ruby Segment changes:
- use "GEM_HOME" in keys
- removal of python2 specific code
- verification of python2 / python3 functionality
- use of format in append to replace string join
2018-02-22 15:39:11 -07:00
Buck Ryan f6c7eaa10a additional changelog for pending release 2018-02-22 10:36:18 -05:00
Buck Ryan 9a9ce2ac79
Merge pull request #364 from b-ryan/respect-max-plain
respect max dir setting for plain cwd
2018-02-22 10:31:17 -05:00
Buck Ryan 389080f5bf prepare 0.4.10.rc1 2018-02-22 10:30:49 -05:00
Buck Ryan b07c8ef4cb Patch environment for VCS rather than creating new one
Closes #240
2018-02-22 10:24:24 -05:00
Buck Ryan a494cd4a45 prepare 0.4.9 2018-02-19 10:45:27 -05:00
Buck Ryan 27574cc79b Fix tests and some py2/py3 issues 2018-02-19 10:45:02 -05:00
Buck Ryan 3ba8376175
Merge pull request #362 from TiGR/patch-1
Fix double-escape of user/root ($/#) indicator (fixes #315)
2018-02-19 10:09:22 -05:00
Buck Ryan b7dc34572c
Merge pull request #349 from emansije/fix-svn-segment
Fixes and enhances svn segment
2018-02-18 21:23:25 -05:00
Buck Ryan a9050d0f61 respect max dir setting for plain cwd 2018-02-18 21:09:22 -05:00
Igor Tarasov c413236ee6 Move escaping back to append and make it optional 2018-02-16 00:43:42 +04:00
Igor Tarasov 235d3a8fda
Fix double-escape of user/root ($/#) indicator (fixes #315)
If our segment is ' \\$ ' then it is already sanitized and should not be escaped again, so we avoid it.
2018-02-12 00:16:04 +04:00
Buck Ryan 87b176037f Change bash instructions for ps1 to not duplicate
Fixes #331
2018-01-29 12:18:03 -05:00
Buck Ryan e7964d1682 prepare 0.4.8 2018-01-29 12:01:32 -05:00
Buck Ryan 3c3062e3ce
Merge pull request #352 from b-ryan/fix-custom-themes
A possible solution for allowing custom themes
2018-01-29 11:48:20 -05:00
Buck Ryan 4b26d19907 default time vars 2018-01-29 11:45:31 -05:00
Gaurav Nelson f0293999c7 added seperate variables for customizing colors for time segment 2018-01-29 14:00:34 +10:00
Buck Ryan bcaa7e6e4d A possible solution for allowing custom themes 2018-01-28 22:37:46 -05:00
Buck Ryan 5db48c3014
Merge pull request #326 from mikewaters/master
Added a note about theme color codes.
2018-01-28 22:30:41 -05:00
Emanuel Angelo a1b536b85b Fixes and enhances svn segment
Uses the 'info' command with XML output to make it localization independent.
Prepares the segment for testing.
2018-01-18 00:29:32 +00:00
Buck Ryan ad27ed4ccc 0.4.7 2018-01-15 12:10:11 -05:00
Buck Ryan 4d4241fba0 Add back SVN symbol 2018-01-15 12:02:50 -05:00
Buck Ryan ef5b837aef Merge remote-tracking branch 'emansije/vcs-symbols' into emansije-merge 2018-01-15 12:00:45 -05:00
Emanuel de Jesus bbaacc1a3c
Merge branch 'master' into vcs-symbols 2018-01-13 21:55:29 +00:00
Buck Ryan 8e2b00e7ff
Merge pull request #348 from ypresto/patch-1
Fix wrong filename in README.md
2018-01-13 10:18:53 -05:00
Yuya Tanaka f8649ee985
Fix wrong filename in README.md 2018-01-13 19:27:15 +09:00
Buck Ryan dfa784c810 0.4.6 2018-01-11 21:21:41 -05:00
Buck Ryan f0989c6b05
Merge pull request #347 from kc9jud/svn
Don't use kwarg for split()
2018-01-11 21:20:06 -05:00
Patrick Fasano 126f700678
svn: Don't use kwarg for split()
Fixes #344
2018-01-11 15:08:38 -05:00
Patrick Fasano 5c37133da9
Merge remote-tracking branch 'origin/master' into svn 2018-01-11 15:07:26 -05:00
Buck Ryan 71cfe579ff prepare 2017-12-20 12:47:27 -05:00
Buck Ryan cde72c25af
Merge pull request #340 from b-ryan/fix-windows-bash-cwd
Fix handling of CWD on Bash for Windows
2017-12-20 12:45:40 -05:00
Buck Ryan d855683d1e remove use of PWD in segments 2017-12-20 12:27:49 -05:00