Robby Russell
1324e6126c
Merge pull request #4050 from mbologna/michelebologna_fix_git_prompt
...
Change to use omz git_prompt* functions
11 years ago
Robby Russell
763bf6374c
Merge pull request #3971 from moul/pr-scaleway
...
Support for 'scw' command (Scaleway CLI)
11 years ago
Robby Russell
0bb3e0188c
Merge pull request #3940 from apjanke/diagnostic-dump-function
...
Add omz_diagnostic_dump() to help with bug reporting
11 years ago
Robby Russell
8cf88f2b04
Merge pull request #3911 from mbologna/git_remote_status_equal
...
added ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE
11 years ago
Robby Russell
baf1aa13cb
Merge pull request #3661 from ericbottard/GradleWrapperFix
...
Fix invocation of gradlew
11 years ago
Robby Russell
3c782f78f1
Merge pull request #3582 from apjanke/fold-terminalapp-plugin-into-termsupport
...
Fold terminalapp plugin in to lib/termsupport
11 years ago
Robby Russell
4bd6c43cfb
Merge pull request #3408 from spacewander/git-extras
...
update git-extras plugin
11 years ago
Robby Russell
93c6b5deb8
Merge pull request #3078 from akoenig/gulpjs
...
gulp.js plugin
11 years ago
Robby Russell
5e45c16701
Merge pull request #2751 from drm00/fix-openbsd-colorls
...
add check for colored ls on openbsd. (retry of #2225 )
11 years ago
Robby Russell
cc53e4cb99
Merge pull request #2471 from phstc/capistrano-multistage
...
Adds support to capistrano multistage completion
11 years ago
Robby Russell
56cdec7534
Merge pull request #3889 from leycec/compaudit
...
Repair `zsh` Path Permissions on `oh-my-zsh` Startup under Cygwin
11 years ago
Alexis Hildebrandt
550573bfb8
Add emotty theme
11 years ago
Alexis Hildebrandt
dce052dac0
Add emotty plugin
...
which displays an emoji for the current $TTY.
11 years ago
Alexander Olsson
5cf0a0128b
Use local gradlew
...
Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
11 years ago
Henrik Hodne
8c5b948162
chruby: donʼt try to execute .sh files before loading
11 years ago
Daniel Stankevich
bb10ad0a13
Remove unnecessary sandbox fn
11 years ago
Daniel Stankevich
a8a8bc3967
Add simple Stack commands list
11 years ago
Tim O'Brien
e8639c700e
Update to current robbyrussell/oh-my-zsh master
11 years ago
Tim O'Brien
797e1f9a64
[plugins/bgnotify] fix for iTerm2 notification clicks
11 years ago
Ramses Ladlani
6e0fcf803f
Fixed atom plugin for cygwin users
11 years ago
Andrew Janke
c9af79fcad
jira: add README, "emulate -L zsh", add "dumpconfig" action
...
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
11 years ago
Andrew Janke
6642a99fac
xcode: extend xcselv to list versions and do completion
11 years ago
Ilia Choly
22287d0153
handle multiple paths in GOPATH
11 years ago
Andrew Janke
36fea45bfc
svn plugin: urldecode repo info
...
The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results.
Fixes #2233
11 years ago
Kirill Pahnev
023397983b
Fixed broken git branch icon
11 years ago
Ben Klein
dca429557a
Make Readme much clearer and explain edits.
...
Also added some examples, but those should be mostly self-explanatory.
11 years ago
Ben Klein
953e4d8926
Make Linux compatible
...
Just an if/else to determine if we're OSX or Linux and alias `at` appropriately.
11 years ago
iCross
19c0b185ad
fix url-quote-magic not working issue
...
Incompatibilites between 5.0.8 and 5.1:
bracketed-paste-magic may also be necessary in order to apply url-quote-magic.
Reference:
a9df6aaa70/Functions/Zle/url-quote-magic (L11)
11 years ago
Ilia Choly
9e9b790fe1
golang: improve go doc completion
11 years ago
Michele Bologna
6170fa41d9
Added fedora plugin, based on dnf/yum plugin
11 years ago
Marc Cornellà
82ae41ca4c
Reorder xcode plugin file
11 years ago
Marc Cornellà
213f46a296
Add xcselv documentation in the README
11 years ago
Andrew Janke
5584aa05c7
xcode: add version-based xcselv()
11 years ago
Juraj Fiala
86d881c47d
Added aliases for --now commands
...
Also removed the old sc-launch alias because this is just better.
11 years ago
Marc Cornellà
d95589d4e4
Add README for the xcode plugin
11 years ago
Marc Cornellà
ec3694c788
Make simulator dependant of currently active dev directory
...
This also gets rid of `xcode-select` command-not-found errors.
11 years ago
Marc Cornellà
24bdd8e29a
Replace xcsel function with just an alias
11 years ago
Marc Cornellà
6a830f39b6
Return error if no xcode files where found
11 years ago
Marc Cornellà
cbdad588e6
Use zsh globbing instead of ls + grep in xc function
...
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
11 years ago
Marc Cornellà
38d25a3359
Update taskwarrior completion to latest version (Jul 26 2015)
...
See relevant commit at:
https://git.tasktools.org/projects/TM/repos/task/commits/3158883dc4d251
11 years ago
Marc Cornellà
75844fe1a1
Put relevant documentation into README file
11 years ago
Marc Cornellà
b42efeb87e
Switch off line wrapping in case dots occupy extra line
...
This commit uses the (hopefully) standard rmam and smam escape sequences
which toggle off and on line wrapping respectively.
This is so that extra dots that don't fit the current line won't be
displayed in the next line, which would in turn make the shell
display a new prompt on the next line after the dots are hidden.
I've added a check for $terminfo rmam and smam values to be sure we have
them before printing them out.
If this commit breaks something post an issue with your terminal
emulator and $TERM value and we'll figure out what went wrong.
11 years ago
Marc Cornellà
6a8d406eaa
Use prompt expansion sequence to color red the output
...
This makes it clearer and possibly more portable for different
platforms.
11 years ago
Marc Cornellà
3976e04035
Use proper if comparison
11 years ago
Robby Russell
9c08641d7c
Merge pull request #4299 from mcornella/refactor-frontend-search-plugin
...
Refactor frontend-search plugin
11 years ago
Alexey V Zapparov
7a63ccabf6
Fix aws plugin RPROMPT pollution
11 years ago
Andrew Janke
46ddd88fe0
diagnostics: switch to shasum, filter sysinfo using lines
...
shasum seems more widely available than md5/md5sum, and we don't have to worry about dealing with the different signatures and output formats of md5 and md5sum then.
sysinfo outputs localized message labels, so we can't just grep for "OS Type". But OS is the first thing it outputs, so we can probably just grab those lines by line number. Switched to doing that.
11 years ago
Andrew Janke
d009f24ac3
gnzh theme: fix "eval" and related problems.
...
Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables.
Wrap whole thing in anonymous function so the existing `local`
statements actually work. Then switch '...' to eager "..." so
stuff actually works with local variables. And local-ize the
remaining variables that are used only in prompt construction.
11 years ago
Andrew Janke
93b4a6c02e
Merge branch 'master' into osx-fix-tab-for-iterm
...
Conflicts:
plugins/osx/osx.plugin.zsh
11 years ago
Andrew Janke
82c76f6b5c
Merge changes from #4241 into installer-portable-colors
...
Conflicts:
tools/install.sh
tools/upgrade.sh
11 years ago