Kaleb Elwert
4184e2ac53
utility: remove usage of noremoteglob until bugs can be fixed
...
Fixes #1443 , #1521
7 years ago
Kaleb Elwert
d28d2640c6
autosuggestions: ensure external submodule is the latest version
7 years ago
Kaleb Elwert
c9a9a6d776
python: remove zstyle setting in favor of third party environment variable
...
Refs #1519 , #1520
7 years ago
Kaleb Elwert
84547e28bb
python: only override virtualenv python if not set
...
Fixes #1520
7 years ago
Kaleb Elwert
089e7edd9e
python: only override virtualenvwrapper python when needed
...
Fixes #1519
7 years ago
Kaleb Elwert
09313c0c84
python: make a reasonable guess about virtualenvwrapper python location
...
Fixes #1416
7 years ago
Brian K. Christensen
32e3ab6d50
Update zsh-autosuggestions to v0.4.2
7 years ago
Kaleb Elwert
c72ea38979
python-info: add support for pyenv and only do extra work if the prompt needs it
7 years ago
Kaleb Elwert
9446c7fb53
ruby-info: only run commands if the prompt needs the info
7 years ago
Kaleb Elwert
07fe0d0e31
python-info: avoid setting python_info[version] if python is not on the PATH
7 years ago
Kaleb Elwert
00c2c61e3b
python-info: provide python version info for theming
...
Closes #1173
Closes #958
7 years ago
Joel Kuzmarski
f1123dd68e
Better TTY logic for zlogin and zlogout
7 years ago
Kaleb Elwert
e96ea76565
Add support for loading plugins in the oh-my-zsh format
...
Closes #1484
7 years ago
Kaleb Elwert
020edcd1c8
pacman: Update README to recommend pacaur over yaourt
7 years ago
Kaleb Elwert
b14ee84357
editor: Avoid prompt redisplay on completion when there is no indicator
...
Refs #1512
7 years ago
Indrajit Raychaudhuri
7a4395d227
[git] Support short-code and improve completion in 'git-hub-shorten-url'
...
Changes:
- Add optional short-code support
- Improve completion for github.com URL (`http(s)://*.github.com` only)
- Return with non-zero exit code appropriately
7 years ago
Kaleb Elwert
df93aca542
Update zsh-async to v1.6.0
7 years ago
Kaleb Elwert
1287558bba
Update zsh-autosuggestions to v0.4.1
7 years ago
Denys Digtiar
1d74bde790
Source correct module's `init.zsh`
...
Now that modules can be located in different directories, the `init.zsh` should be loaded from the `$module_location` and not `$ZPREZTODIR/modules/$pmodule`
7 years ago
Kaleb Elwert
ff8249abd0
Remove BRACE_CCL as default
...
Fixes #1162
7 years ago
Yutian Li
b69902ff09
Allow module to be a symbolic link to a non-empty directory ( #1510 )
7 years ago
Kaleb Elwert
22b2ab54c9
Fix README formatting
7 years ago
Kaleb Elwert
f6271ff657
Add basic documentation on external module directories
7 years ago
Indrajit Raychaudhuri
b018e22751
[utility] Simplify enabling 'diff' color conditions in wrapper function
...
Nested `if` can be removed for simple cases like these.
Also, doc cleanup.
7 years ago
ickc
56e4d7c1dd
Added conda virtualenv support to python module. ( #1505 )
...
* Added conda virtualenv support to python module
* Added instructions for Python module options to README
Thanks to @egpbos for the original feature and @ickc for fixing the merge conflicts.
7 years ago
Kaleb Elwert
b5c7989636
Allow modules to be loaded from multiple places ( #1458 )
...
* Allow modules to be loaded from multiple places
* Add setting for user specified module dirs
This is initial work for the contrib repo, mentioned in #1424
7 years ago
Kaleb Elwert
ad79f78fbe
prompt: fix async usage in sorin prompt
...
Fixes #1509
7 years ago
Kaleb Elwert
e159c1a439
prompt: update sorin prompt async usage to be closer to pure
7 years ago
Kaleb Elwert
f02dc1af57
gpg: potential fix for #1252
7 years ago
Kaleb Elwert
105e9658bb
gnu-utility: avoid overriding shell builtins
...
Fixes #1263
7 years ago
Kaleb Elwert
948d9b3aa5
Store cache files in a user-writable location
...
Fixes #1122
7 years ago
Kaleb Elwert
79927ac73a
editor: Fix Home and End in vicmd mode
...
Fixes #1160
7 years ago
Kaleb Elwert
485ad9e704
Add Alternatives section to archive module README ( Fixes #705 )
7 years ago
Kaleb Elwert
c7dcd21c9e
Don't show ruby info if using system version
...
Based off a8fe1b3cb4
by @chauncey-garrett
7 years ago
Kaleb Elwert
7ebb5e9dda
environment: Fix logic around url quoting in zsh >= 5.1
...
Closes #1015 , Fixes #978
Thanks to @Eriner for pointing us in right direction.
The code for this comes from zim. This is the last commit with the code we're using:
537f076603 (diff-30465d78a41f73dc0f6967d3f34d7964)
Note that we need this workaround because we currently support back to
4.3.11.
I believe that originally came from here:
https://github.com/robbyrussell/oh-my-zsh/pull/4473
7 years ago
François VANTOMME
ff9b901394
Set key binding (^space) to expand all aliases including global ( #1500 )
7 years ago
Kaleb Elwert
4b0ecffaca
prompt: update pure to 1.6.0
...
Refs #1487
7 years ago
Parth Laxmikant Kolekar
87d39f5dd2
Update init.zsh
...
It seems that my older git does not support '@' yet.
7 years ago
Kaleb Elwert
cbcbedd694
prompt: Add basic troubleshooting information for fonts
...
This is related to #1495 and a number of other issues which have been
filed about font issues.
7 years ago
Kaleb Elwert
109864429c
ssh: fix loading of ssh identities when none are explicitly defined
7 years ago
Parth Laxmikant Kolekar
b5d09e2da7
Lower requirements down to 4.3.11 again ( #1491 )
...
There was an update with the syntax-highlighting module which fixed compatibility with 4.3.11.
7 years ago
Jeff Widman
fb903cb067
Document support for macOS
...
This adds docs for b0c85eddf6
which was added in https://github.com/sorin-ionescu/prezto/pull/1376/
7 years ago
Manoel Vilela
6d5650eae7
[tmux] Avoid run tmux when the shell is executed on emacs
...
This avoid weird bugs to try running zsh through C-x M-x
and bug happens because obviously tmux is not designed to be
executed inside emacs.
7 years ago
Kevin Kirsche
25d8db301d
Clarify that brewu updates AND upgrades
...
As homebrew includes both an update and upgrade command, it is beneficial to clarify that this performs both, rather than just the update.
7 years ago
Kaleb Elwert
63310f6403
ssh: update SSH_ASKPASS workaround to more closely match what ssh-add needs
...
Fixes #1478
7 years ago
sergiorussia
1d0bee6098
Fix README.md for autosuggestions and history-substring-search ( #1471 )
7 years ago
Nicola Corna
9520f1be6f
archive: fix unrar-free and add support for unar ( #1383 )
...
* archive: fix unrar check when using unrar-free
unrar-free returns the error code 1 when run without arguments, thus
failing the presence check. Replacing the current presence check with
(( $+commands[unrar] )) fixes the problem.
* archive: add unar support for lsarchive and unarchive
No `archive` support with unar.
7 years ago
Greg Anders
cd703d3c3c
Add make to gnu-utility commands
7 years ago
Samantha McVey
752f64f085
Bind more unbound keys in viins and vicmd to nothing
...
Unbound keys in viins or vicmd mode have undefined results. Bind
two more of these to nothing to avoid this.
7 years ago
Damien Pollet
00f1d92ed8
Fix typo in zprezto-update function
7 years ago