Commit Graph
57 Commits
Author SHA1 Message Date
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
Sindre Sorhus 2dc383e69d Merge pull request #62 from Zearin/patch-1
readme.md: Minor formatting tweaks
2014-04-06 16:39:31 +02: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
Sindre Sorhus 7d3b3171df Merge pull request #60 from emfa/master
Update PKGBUILD
2014-02-18 09:42:05 +01: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
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
Sindre Sorhus d99a94f34e Humanize the execution time. Fixes #46 2013-12-21 23:33:32 +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
Sindre Sorhus 021596a447 describe pure.zsh-theme 2013-12-06 21:06:30 +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
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
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
Sindre Sorhus 278cbfa4ef Use a lighter gray. Fixes #13 2013-10-16 12:09:11 +02:00
Sindre Sorhus 05ca6beaf4 Use command for git and silence git fetch 2013-10-16 12:04:42 +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
Sindre Sorhus 525042dfcc Fix problem with print -Pn and awk
Report: https://twitter.com/integralist/status/384333459516588032
2013-09-29 22:25:50 +02:00
Sindre Sorhus ba2f5c050e Merge pull request #15 from pbrisbin/pull-request
Rename Arch package
2013-09-13 06:38:31 -07:00
Sindre Sorhus 512ea3e2f1 minor tweaks 2013-09-12 19:55:37 +02:00
Sindre Sorhus fcabf2a2c6 Switch back to tab indentation 2013-09-12 19:09:04 +02:00
Sindre Sorhus fde60e0253 Tweak readme 2013-09-12 19:07:19 +02:00
Sindre Sorhus d540d7ae95 add screenshot of directory+cmd in title 2013-09-06 17:14:42 +02:00
Sindre Sorhus 10c248023f readme tweaks 2013-09-06 17:00:32 +02:00
Sindre Sorhus b7b0f754f1 New feature: now shows current path in the title
and current directory and command when a process is running.
2013-09-06 16:56:03 +02:00
Sindre Sorhus d4d4f2528a Use modern syntax 2013-09-06 16:35:19 +02:00
Sindre Sorhus 56fbc04990 Improve SSH if syntax 2013-09-06 16:12:49 +02:00
Sindre Sorhus 615aef761c minor cleanup 2013-09-06 15:58:50 +02:00
Sindre Sorhus 3b767bef01 readme tweaks 2013-09-06 15:54:24 +02:00
Sindre Sorhus d2229c50a0 Followup to #11
Should fix #12
2013-09-05 13:21:58 +02:00
Sindre Sorhus 74d0db4ff1 Revert "Only set the option locally"
This reverts commit b5905579e4.
2013-08-31 00:08:49 +02:00
Sindre Sorhus b5905579e4 Only set the option locally 2013-08-28 00:18:18 +02:00
Sindre Sorhus 55645cca07 Closure over the local variables by wrapping everything in a anonymous function
Also namespace all the functions as they will always be global
2013-08-27 01:47:22 +02:00
Sindre Sorhus 2d15981c31 Use zsh hooks instead of overriding preexec and precmd 2013-08-27 01:22:43 +02:00
Sindre Sorhus a9e0877e57 Add an example 2013-08-27 00:56:05 +02:00
Sindre Sorhus 6c523c5f66 Move the options out of the prompt
So users don't have to modify the prompt to be able to change the options.
2013-08-27 00:55:52 +02:00
Sindre Sorhus 0e06fe774d Rename prompt.zsh to pure.zsh 2013-08-19 19:27:49 +02:00
Sindre Sorhus 9c5791ff65 Use standard light gray color for the git branch
Fixes #5
2013-07-11 15:30:08 +02:00
Sindre Sorhus 11043de683 comments consistency 2013-07-11 13:48:42 +02:00
Sindre Sorhus 36fd5674d1 Enable prompt substitution
Fixes #2
2013-05-01 17:37:11 +02:00
Sindre Sorhus dc640860ac Improve logic for checking if inside a git repo 2013-05-01 17:06:50 +02:00
Sindre Sorhus ab01293a2d Call git directly and bypass aliases
Useful so it doesn't get slowed down by wrappers like `hub`
2013-03-10 17:39:18 +01:00
Sindre Sorhus ecbec4ef99 Return early if folder isn't a git repo
Minor performance improvement
2013-03-10 17:38:08 +01:00
Sindre Sorhus dc2a50ad35 Minor tweaks 2012-10-17 22:56:08 +02:00
Sindre Sorhus fce3351be3 Display the execution time of the last command
Thanks to @paulirish for that awesome idea!
2012-10-17 22:53:35 +02:00
Sindre Sorhus 3c9b554154 Add superfast way to detect if the branch is dirty 2012-10-17 21:01:52 +02:00
Sindre Sorhus 62852d7fd1 init 2012-09-20 20:16:36 +02:00