Commit Graph

134 Commits

Author SHA1 Message Date
Sindre Sorhus 9854eaffda 0.2.2 2014-06-22 22:52:48 +02:00
Sindre Sorhus 964049f5e5 Merge pull request #75 from Tarrasch/symlink-plugin-zsh
Symlink pure.plugin.zsh ---> pure.zsh
2014-06-22 22:48:15 +02:00
Arash Rouhani 7b2bf6fe53 Symlink pure.plugin.zsh ---> pure.zsh
This will then follow the conventions for

  * antigen: https://github.com/zsh-users/antigen
  * antigen-hs: https://github.com/Tarrasch/antigen-hs (enforced)
2014-06-22 22:46:06 +02:00
Sindre Sorhus aa058b9da3 0.2.1 2014-06-08 19:58:58 +02:00
Sindre Sorhus 4b6106d18e Merge pull request #72 from AndreaGiardini/master
Double quote fix
2014-06-08 19:58:50 +02:00
Andrea Giardini 6675c0f3ae Double quote fix
Fixes #71
2014-06-08 19:54:55 +02:00
Sindre Sorhus b0a902a115 readme - mention zsh-syntax-highlighting
fixes #69
2014-05-30 00:19:44 +02:00
Sindre Sorhus 93e6c95990 0.2.0 2014-05-29 17:38:35 +02:00
Sindre Sorhus 31a9d95aca update screenshot with pull/push arrows 2014-05-29 17:35:25 +02:00
Sindre Sorhus e95e343b83 readme - add note about push/pull arrows 2014-05-29 17:35:16 +02:00
Jonathan Dahan 1ec0c5c742 Close GH-67: provide arrows for push and pull. 2014-05-29 17:16:00 +02:00
Stephen Blott de623b5b34 Close GH-65: Use $EPOCHSECONDS.. Fixes #64 2014-04-17 23:04:52 +02:00
Sindre Sorhus 2dc383e69d Merge pull request #62 from Zearin/patch-1
readme.md: Minor formatting tweaks
2014-04-06 16:39:31 +02:00
Tony 44498a968a readme.md: Minor formatting tweaks 2014-04-06 10:16:17 -04:00
Sindre Sorhus 23ceae5f9d Update readme.md 2014-04-04 00:27:40 +02:00
Sindre Sorhus 0ee92943c9 0.1.3 2014-04-03 16:57:01 +02:00
Sindre Sorhus 1d8cdaadcd package.json - fix logging of error message 2014-04-03 16:56:51 +02:00
Sindre Sorhus ef8e2c41f7 0.1.2 2014-03-30 21:11:53 +02:00
Sindre Sorhus 5fca526368 package.json - create dest dirs if they don't exist 2014-03-30 21:11:48 +02:00
Sindre Sorhus 598c06ff5a Update readme.md 2014-03-30 20:43:41 +02:00
Sindre Sorhus e06908b5d4 0.1.1 2014-03-30 20:40:10 +02:00
Sindre Sorhus ac870ff6ff publish pure on npm 2014-03-30 20:39:57 +02:00
Emil Falk 0ce7d9b371 Close GH-61: Fixed PKGBUILD further. 2014-02-20 00:07:15 +01:00
Sindre Sorhus 7d3b3171df Merge pull request #60 from emfa/master
Update PKGBUILD
2014-02-18 09:42:05 +01:00
Emil Falk 178bc3e7d4 Update PKGBUILD
Fixed so that it does install. Added default pkgver() from arch wiki.
2014-02-17 22:46:13 +00:00
Sindre Sorhus 1a1f68667d Update readme.md
fixes #52
2014-01-10 16:20:29 +01:00
Sindre Sorhus a039dea114 Merge pull request #48 from skippednote/master
Fix Prezto path
2013-12-22 12:10:55 -08:00
Bassam Ismail 34c23f5753 Fix Prezto path
replace `~/.prezto/modules/prompt/functions/prompt_pure_setup` with `~/.zprezto/modules/prompt/functions/prompt_pure_setup`
2013-12-23 01:37:58 +05:30
Sindre Sorhus 32510b9934 Merge pull request #47 from tlvince/bug/time-minutes
Fix minutes typo in human_time()
2013-12-22 06:09:47 -08:00
Tom Vincent 571be5949b Fix minutes typo in human_time() 2013-12-22 13:53:38 +00:00
Sindre Sorhus d99a94f34e Humanize the execution time. Fixes #46 2013-12-21 23:33:32 +01:00
Joshua Jabbour 1e141ab879 Close GH-45: Fix antigen theme integration.. 2013-12-11 00:17:11 +01:00
Sindre Sorhus 7a31ccb59d Merge pull request #44 from sindresorhus/pb-doc-updates
Add notes about user install and prezto to readme
2013-12-06 12:58:09 -08:00
patrick brisbin 45bbcfe77b Add notes about user install and prezto to readme 2013-12-06 15:42:54 -05:00
Sindre Sorhus 021596a447 describe pure.zsh-theme 2013-12-06 21:06:30 +01:00
Joshua Jabbour 10e59518fb Close GH-41: Add integration with antigen.. Fixes #16 2013-12-06 21:05:05 +01:00
Sindre Sorhus 2a5b9b95a1 Prevent % from showing on unfinished lines 2013-11-18 09:15:36 +01:00
Sindre Sorhus 765e722453 Add instructions for oh-my-zsh usage. #40 2013-11-17 17:36:59 +01:00
patrick brisbin b8a33ba6ba Use arithmetic evaluation to test git pull flag
Closes #37
2013-11-01 15:47:09 +01:00
Tom Vincent 259a72c53b Conditionalise git pull check
Whilst a nice feature, firing off a `git fetch` (and so an SSH/http call) after
*every* shell interaction is a bit heavy for my liking. This adds the ability to
disable it (whilst keeping it enabled by default).
2013-11-01 15:46:03 +01:00
Sindre Sorhus e07a613111 Merge pull request #34 from alanpearce/patch-1
Don't show pull indicator when ahead of remote
2013-10-20 04:22:00 -07:00
Alan Pearce a0d6055e82 Don't show pull indicator when ahead of remote 2013-10-20 09:14:16 +01:00
Sindre Sorhus d5190ca770 Merge pull request #31 from kouk/ansi-escapes
use more standard ansi+csr escapes. Refs #30
2013-10-16 09:58:25 -07:00
Konstantinos Koukopoulos 8a19e73250 use more standard ansi+csr escapes. Refs #30 2013-10-16 19:12:17 +03:00
Sindre Sorhus 278cbfa4ef Use a lighter gray. Fixes #13 2013-10-16 12:09:11 +02:00
Konstantinos Koukopoulos 7c43fb5ef1 fix mangled prompts. closes #30
1. error message printed when no configured upstream branch
2. 256 color code used in precmd doesn't work on my terminal
3. preexec hook mangles output when the command itself contains escape sequences
4. cursor position isn't restored correctly when you have already began typing something before the async command executes
2013-10-16 12:05:21 +02:00
Sindre Sorhus 05ca6beaf4 Use command for git and silence git fetch 2013-10-16 12:04:42 +02:00
Jonathan Dahan 02f87f14a9 fix quoting and simplify upstream reference check
Closes #19
2013-10-16 12:04:41 +02:00
Sindre Sorhus 571c9581b1 Add a git pull check 2013-10-16 12:04:41 +02:00
Sindre Sorhus 660d7d159d Merge pull request #23 from sindresorhus/fix-printp
Fix problem with `print -Pn` and awk
2013-10-01 07:54:41 -07:00