Marc Cornellà
|
cf8e84a506
|
Merge pull request #4976 from mcornella/bureau-theme-fixes
Bureau theme fixes
|
2016-04-05 21:22:35 +02:00 |
|
Marc Cornellà
|
cc90ba3da6
|
Use grep -q for silent behavior
|
2016-04-04 23:06:08 +02:00 |
|
Marc Cornellà
|
7578840c54
|
Fix logic of bureau_git_status function
This separates the gathering of file status, repository status and
stash.
|
2016-04-04 20:39:10 +02:00 |
|
Marc Cornellà
|
e6391f395e
|
Merge pull request #4961 from aesopwolf/patch-1
Add git user profile functions for prompt display
|
2016-03-31 23:24:54 +02:00 |
|
Aesop Wolf
|
a2f223837f
|
Add git user profile functions for prompt display
|
2016-03-31 14:16:46 -07:00 |
|
Marc Cornellà
|
32726f890a
|
Merge pull request #4957 from TorrentKatten/master
localization support for clock in candy theme
|
2016-03-31 00:51:15 +02:00 |
|
Jon-Erik Johnzon (TorrentKatten)
|
201f8b13c6
|
localization support for clock in candy theme
Now uses 12-hour clock or 24-hour clock depending
on user locale
|
2016-03-30 21:46:39 +02:00 |
|
Marc Cornellà
|
d2542e95a3
|
Merge pull request #4956 from RobLoach/asdf
Add asdf version manager plugin
|
2016-03-30 20:54:03 +02:00 |
|
Rob Loach
|
cd6bf9ea1d
|
Add 'asdf' plugin
|
2016-03-30 02:05:07 -04:00 |
|
Marc Cornellà
|
f7348e90f1
|
Merge pull request #4728 from atk91/4727
Remove --color flag from git log aliases
The way to colorize `git log` output is by setting the `color.ui` configuration.
|
2016-03-30 04:46:22 +02:00 |
|
Marc Cornellà
|
154d20cd27
|
Merge pull request #2752 from isqua/bureau_theme_fix
Fix checkmark for clean repo in bureau theme
|
2016-03-30 04:36:41 +02:00 |
|
Marc Cornellà
|
bc3bd05d02
|
Merge pull request #2392 from s7anley/master
Geeknote autocomplete and alias
|
2016-03-30 04:31:09 +02:00 |
|
Marc Cornellà
|
bcf2ef077b
|
Merge pull request #4943 from MattLewin/master
Update 'tm' function to take multiple files on the command-line
|
2016-03-30 04:29:56 +02:00 |
|
Marc Cornellà
|
61ba4dcf1d
|
Merge pull request #3892 from delphiki/sf2-plugin
Added environment based shortcuts in symfony2 plugin
|
2016-03-30 03:40:55 +02:00 |
|
Marc Cornellà
|
3fcc196bf1
|
Merge pull request #4809 from aried3r/patch-1
Add missing alias to README of bundler plugin
|
2016-03-30 03:19:14 +02:00 |
|
Robby Russell
|
3d902d12be
|
Merge pull request #4849 from gkotian/master
Minor README fixes
|
2016-03-26 10:49:18 -07:00 |
|
Robby Russell
|
f16beb43b0
|
Merge pull request #4939 from AntouanK/feature/npm-outdated
Add alias for "npm outdated"
|
2016-03-26 10:47:44 -07:00 |
|
Matthew Lewin
|
2e648d30b2
|
Update 'tm' function to take multiple files on the command-line
|
2016-03-25 11:57:09 -07:00 |
|
Marc Cornellà
|
ee7ab9cbc3
|
Merge pull request #4940 from ysmood/optimize-ys-theme
Optimize the ys.zsh-theme: make it simpler
|
2016-03-25 00:06:31 +01:00 |
|
Marc Cornellà
|
e5dc0ce12a
|
Update README.markdown
|
2016-03-24 23:34:41 +01:00 |
|
Marc Cornellà
|
0eb321eb9d
|
Merge pull request #4941 from getaaron/patch-1
Remove "Mac" from "Mac OS X"
|
2016-03-24 23:32:00 +01:00 |
|
Aaron Brager
|
4383e39805
|
Remove "Mac" from "Mac OS X"
|
2016-03-24 10:53:49 -05:00 |
|
Yad Smood
|
19b0bfa3cf
|
Optimize the ys.zsh-theme make it simpler
|
2016-03-24 15:29:24 +08:00 |
|
Antonis Karamitros @antouank
|
ca3686d64d
|
[feature/npm-outdated]
- add alias for "npm outdated" to check outdated npm modules
|
2016-03-24 07:28:26 +00:00 |
|
Marc Cornellà
|
c3e5154662
|
Update GitHub download URLs in README
From `raw.github.com' to `raw.githubusercontent.com'
Fixes #4933
|
2016-03-19 20:46:36 +01:00 |
|
Robby Russell
|
a40eb6c7ee
|
Merge pull request #4790 from lckarssen/avit-theme-fixes
Avit theme fixes
|
2016-03-11 00:18:00 -08:00 |
|
Robby Russell
|
e460b4fca3
|
Merge pull request #4863 from ysmood/optimize-ys-theme
Optimize the ys.zsh-theme make it more expressive
|
2016-03-11 00:17:14 -08:00 |
|
Robby Russell
|
bf68ede8c7
|
Merge pull request #4847 from kennethreitz/patch-1
Update kennethreitz.zsh-theme
|
2016-03-11 00:16:34 -08:00 |
|
L.C. Karssen
|
621f84e4d4
|
Fix use of CARETCOLOR in avit theme
$CARETCOLOR was not to actually colour the caret, so change to root user
wouldn't show in the prompt. Now both ▶ and ◀ follow $CARETCOLOR.
|
2016-03-07 22:15:45 +01:00 |
|
L.C. Karssen
|
f76b9a63cf
|
Better visible colours in avit for Ubuntu terminal
Make some colours in the avit theme bold for better visibility in the
default Ubuntu terminal theme.
|
2016-03-07 22:14:33 +01:00 |
|
L.C. Karssen
|
77b1979f1a
|
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
|
2016-03-07 22:09:02 +01:00 |
|
Marc Cornellà
|
9b7c122fcd
|
Merge pull request #4866 from willmendesneto/master
Fix bug in compass docs search
|
2016-02-21 14:28:38 +01:00 |
|
Will Mendes
|
a5e008fd1e
|
Fix bug in compass docs search
|
2016-02-22 00:09:27 +11:00 |
|
Yad Smood
|
7fe1991e5b
|
add: exit code
|
2016-02-21 02:42:42 +08:00 |
|
Yad Smood
|
8663b94536
|
Optimize the ys.zsh-theme make it more expressive
|
2016-02-21 01:39:01 +08:00 |
|
Marc Cornellà
|
06c2375787
|
Merge pull request #4857 from depressiveRobot/master
fix terminal color pollution
|
2016-02-19 13:03:51 +01:00 |
|
Marvin Frommhold
|
df078cf857
|
fix terminal color pollution, see issue https://github.com/robbyrussell/oh-my-zsh/issues/4856
|
2016-02-18 15:50:15 +01:00 |
|
Gautam Kotian
|
cee07a1819
|
Minor README fixes
|
2016-02-15 10:51:17 +01:00 |
|
Kenneth Reitz
|
f213903e86
|
update kennethreitz.zsh-theme
|
2016-02-14 04:19:46 -05:00 |
|
Kenneth Reitz
|
5b72fb7d3a
|
Update kennethreitz.zsh-theme
|
2016-02-14 03:44:31 -05:00 |
|
Marc Cornellà
|
f37972c3e5
|
Merge branch 'psiclops/github-fix'
|
2016-02-12 23:42:05 +01:00 |
|
Marc Cornellà
|
16f073f6e8
|
Remove non-working symbols and tidy up logic
|
2016-02-12 23:39:47 +01:00 |
|
Nick Russo
|
7c4c75bf02
|
Sets spacing to 1 when git is absent for consistency
|
2016-02-12 01:20:47 -08:00 |
|
Marc Cornellà
|
1601ed2395
|
Merge branch 'add-dnf-plugin'
Close #2452
|
2016-02-11 23:38:36 +01:00 |
|
Marc Cornellà
|
bbb6cdadd4
|
Add README to dnf plugin
|
2016-02-11 21:45:24 +01:00 |
|
Marc Cornellà
|
39b58bc6a2
|
Fix deprecated dnf commands
Update -> upgrade
Erase -> remove
|
2016-02-11 21:38:10 +01:00 |
|
George Machitidze
|
6a48461ec7
|
Create dnf plugin
Adds some useful aliases
|
2016-02-11 21:37:50 +01:00 |
|
Marc Cornellà
|
2b70d1a860
|
Merge pull request #4841 from FiloSottile/patch-1
git.plugin: remove the conflicting gvt alias
|
2016-02-10 20:21:35 +01:00 |
|
Filippo Valsorda
|
67cf01d964
|
git.plugin: remove the conflicting gvt alias
See FiloSottile/gvt#19 and FiloSottile/gvt#4
|
2016-02-10 18:31:49 +00:00 |
|
Marc Cornellà
|
8b19a4a0f8
|
Merge pull request #4836 from alias1/patch-1
Update _brew to match latest
|
2016-02-10 02:00:29 +01:00 |
|