Marc Cornellà
18ee5dffdc
Merge branch 'master' into clipboard
6 years ago
Chai Feng
368198b761
Fix an issue with escape characters ( #7979 )
...
Co-authored-by: Francisco de Zuviría <FranciscodeZuviria@fusap.com.ar>
6 years ago
Marc Cornellà
2c0315dba4
ng: refactor README
6 years ago
Guillermo del Fresno
79fff1ee49
macports: add rdeps and rdependents completion ( #4717 )
6 years ago
Miguel Vaello Martínez
ee7a9f6fe6
jhbuild: add some missing commands and update README ( #5195 )
...
Commands: make, tinderbox.
Closes #5195
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Adrien Plazas
573901dd46
jhbuild: add shell alias ( #3707 )
...
This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin.
6 years ago
Julian Parsert
dbd2f77bd9
norm: add hg prompt ( #6725 )
6 years ago
Ciacho
011c7153d5
nmap: add alias for ICMP scan ( #4807 )
...
Closes #4807
6 years ago
Petr Bělohlávek
6b54302b90
python: add alias to run the proper IPython based on virtualenv
...
Current state: a user invokes `ipython` and is provided with the IPython
instance regarding the `$PATH`.
Proposed state: a user invokes `ipython` (which is a new alias in the
*python plugin*) and is provided with the proper IPython instance regarding
the currently activated virtualenv.
Example: the user's default Python is 2.7 with installed IPython 2.7. User
activates Python 3.5 virtualenv where he installs IPython 3.5. After
activating the environment, one expects `ipython` to run the version 3.5,
which does not happen by default. Instead, IPython 2.7 is used, which in
counter-intuitive and often causes problem.
Closes #5797
6 years ago
Mauricio Wolff
bccfe1389c
updater: add --autostash to git pull ( #7172 )
...
If I have custom configs (like theme customizations) I have to stash my changes and get them back after the update.
By adding the --autostash on upgrade.sh, if I have any changes not commited they'll be reapplied after the upgrade, allowing me to have temporary customizations without any harm to the upgrade process.
6 years ago
Marc Cornellà
6cb8ff391d
vagrant: document aliases
6 years ago
Marc Cornellà
3c61bac9a1
vagrant: add common aliases ( #3762 )
6 years ago
wallace11
01bfb57446
zsh-interactive-cd: add vi-mode support ( #8681 )
6 years ago
Michael Dorst
1a880fdb9b
installer: add option to install without replacing .zshrc ( #8209 )
...
* Add option to install OMZ without replacing .zshrc
tools/install.sh respects REPLACE_RC environment variable
--noreplace-rc flag sets REPLACE_RC='no'
* Change REPLACE_RC=no to KEEP_ZSHRC=yes
Change --noreplace-rc to --keep-zshrc
6 years ago
Marc Cornellà
609890847d
npm: hardcode completion function and delete cached one ( #8679 )
...
Fixes #8665
6 years ago
Marc Cornellà
3e9e385d98
battery: remove redundant grep calls in battery_pct function
6 years ago
Marc Cornellà
d959283898
avit: fix prompt sequence ( fixes #8678 )
6 years ago
Yahav Itzhak
b72607bc8e
Add JFrog CLI plugin ( #8250 )
6 years ago
Marc Cornellà
7290a08bf6
battery: fix floating point output in macOS
...
Fixes #8676
6 years ago
Jonathan Chang
0e57142729
installer: remove redundant cp command ( #8668 )
6 years ago
Marc Cornellà
40b013f5f1
lib: delete upgrade lock in upgrade_oh_my_zsh
...
Provides a different solution to #8332 and #8333
6 years ago
Andy Pickle
f9a2d8cae3
vscode: add documentation for running in macOS ( #8674 )
6 years ago
Marc Cornellà
bc9fe7423f
Merge pull request #8651 from mcornella/random-theme-refactor
...
Add random theme and consolidate logic from init and themes plugin
6 years ago
Marc Cornellà
3d4890dcc0
Add blacklist variable for random theme
...
Co-authored-by: Fran Garcia <fran.miranda@gmail.com>
6 years ago
Marc Cornellà
f4b4a446ac
Polish themes plugin and error out if theme not found
6 years ago
Marc Cornellà
b297bf9296
Add themes in $ZSH_CUSTOM to the pool of candidates
...
Also add comments and unset leftover variables, and print only the
name of the theme loaded.
When looking for $ZSH_CUSTOM themes, the chosen algorithm is to add
the theme names to the pool disregarding the path, and then source
whatever theme is selected with the same logic as the init script,
which is to source first custom themes even if there is another
default theme of the same name.
Co-authored-by: Mihai Serban <mihai.serban@gmail.com>
6 years ago
Willy Weiskopf
6adad5c300
Move random theme functionality into "random" theme
...
The statements for selecting a random theme in oh-my-zsh.sh and the themes
plugin are duplicate. Most people eventually settle on a theme, making those
lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put
the random theme functionality into a theme of its own (since themes are just
zsh scripts.
6 years ago
Marc Cornellà
d76258ff55
avit: add years since last commit if appropriate
6 years ago
Marc Cornellà
77813a330b
avit: clean up theme code
6 years ago
Marc Cornellà
443ad88024
avit: replace custom prompt functions with OMZ ones
...
Fixes #8637
6 years ago
Marc Cornellà
c1b798aff3
agnoster: fix bzr prompt with breezy installed ( #8646 )
...
* Change indentation to 2 spaces in prompt_bzr function
* Check if in a bzr repository and optimize bzr calls in prompt_bzr
6 years ago
Sir Mobus Gochfulshigan Dorphin Esquire XXIII
eeb49bf5b0
systemd: add prompt function to show systemd units' status ( #7657 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
de261bd29c
af-magic: fix virtualenv prompt suffix
6 years ago
Ujwal Dhakal
e8609b857c
git: add `grename` to rename a local branch and in the origin remote ( #8622 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
d49397a01d
af-magic: fix dashed separator sizing and refactor
...
Fixes #8081
6 years ago
Kshitij Nikhal
47eae26bf6
web-search: add wolframalpha search engine ( #8638 )
6 years ago
Marc Cornellà
1381da15a4
arcanist: document aliases
6 years ago
Alexandre GOMES
fbbfd0f8a8
arcanist: add `arc diff --create` alias ( #8610 )
6 years ago
Harry
0bcecf2f63
dotnet: use official dotnet completion ( #8518 )
6 years ago
Roman
aa4146a9a4
git: add alias for git stash --include-untracked ( #8617 )
6 years ago
Manuel Silva
72168aec3d
cloudapp: fix copy-paste mistake in README ( #8629 )
6 years ago
Roey Darwish Dror
52f9238b16
fzf: support for NixOS and Void Linux ( #8618 )
6 years ago
Marco Seguri
4fc570b0d4
kubectl: avoid conflict with existing f aliases in kca alias ( #8625 )
6 years ago
Marc Cornellà
f17e0219fd
dotenv: fix prompt newline
6 years ago
Maxime Richard
634a50936a
dotenv: add ZSH_DOTENV_PROMPT config ( #8624 )
6 years ago
Jonatan Ivanov
a6df94d2c6
gradle: run gradle command instead of alias ( #8620 )
...
- Similarly to the mvn plugin
- Without this fix, the shell crashes in some cases
6 years ago
Henry Chang
3ec04997eb
Add zsh-interactive-cd plugin
6 years ago
Mazin Ahmed
e178ae39b4
dotenv: prompt before executing dotenv file ( #8606 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
ebaccba6d8
battery: merge branch 'refactor-battery-plugin'
...
Closes #4726
Closes #4774
Closes #8275
6 years ago
GregoireW
15a03744a9
Remove invalid batteries ( #8275 )
6 years ago