Commit Graph
100 Commits
Author SHA1 Message Date
Marc Cornellà f17e0219fd dotenv: fix prompt newline 2020-02-13 18:33:24 +01:00
Marc Cornellà ebaccba6d8 battery: merge branch 'refactor-battery-plugin'
Closes #4726
Closes #4774
Closes #8275
2020-02-12 16:03:08 +01:00
Marc Cornellà 5f6f7b6e8d Various syntax fixes and function naming equivalence
- Fix code style
- Fix local definitions
- Don't declare unnecessary variables
- Use `command` before grep
2020-02-11 21:25:38 +01:00
Marc Cornellà 39e61614f2 Clean up Linux battery commands and syntax 2020-02-11 21:25:38 +01:00
Marc CornellàandMichael Wolman 1bd7a7ad21 Fix calculation for battery percentage (#4774)
Co-authored-by: Michael Wolman <michael.s.wolman@gmail.com>
2020-02-11 21:25:38 +01:00
Marc Cornellà 17428f3c9a lib: load bash completion functions automatically
Fixes #8614
2020-02-11 20:16:43 +01:00
Marc Cornellà 561e7169ac jump: fix for `marks' and CTRL+G key binding
- marks printed an error when $MARKPATH didn't exist or didn't have any marks
  in it.
- The CTRL+G key binding overwrote an argument when it couldn't match it to
  an existing mark.
2020-02-11 20:12:01 +01:00
Marc Cornellà bc67a55fe8 jump: fix issues in plugin and document CTRL+G key binding
- Fixes `readlink -e` dependency which isn't supported in macOS
  (fixes #3235).
- Uses native zsh wildcard expansion instead of calls to `ls`.
- Prepends commands with `command` and `builtin` to bypass aliases
  and functions.
- Documents CTRL+G key binding to substitute mark name in the command
  line with the mark path (https://github.com/ohmyzsh/ohmyzsh/pull/2045#issuecomment-22826540).
2020-02-11 19:41:43 +01:00
Marc Cornellà 05cae34676 Detect dependency plugins in candy-kingdom and kiwi themes
Fixes #5029
Fixes #5342
2020-02-11 17:43:59 +01:00
Marc Cornellà 77aa1795d2 Revert "fix: Update tmux plugin to use modern terminfo. (#8582)"
This reverts commit 69caf98cf7.
2020-02-04 19:46:08 +01:00
Marc Cornellà 578b086011 Link to Actions page in GitHub Action badge 2020-02-04 13:07:40 +01:00
Marc Cornellà df56d1ee1f Rename GitHub Action to CI 2020-02-04 13:02:20 +01:00
Marc Cornellà dcffc89580 aws: fix array assignment in asp function
Older zsh versions require this syntax change.
Fixes #8525
2020-01-30 13:32:55 +01:00
Marc Cornellà a04728f168 init: force use of builtin test in is_plugin
Fixes #8545
2020-01-19 17:52:15 +01:00
Marc Cornellà ce298d090b yarn: use zsh-completions latest version (493984e) 2020-01-19 13:39:18 +01:00
Marc CornellàandRobby Russell 6bac9eb103 extract: add lrz support (#8500) 2019-12-28 20:36:29 -08:00
Marc Cornellà 9bfcab7d10 osx: use return instead of exit in spotify function 2019-12-28 18:07:09 +01:00
Marc Cornellà d99ddab0ca codeclimate: add README 2019-12-27 02:51:54 +01:00
Marc Cornellà c63fca8581 otp: add README and use clipcopy 2019-12-27 02:47:26 +01:00
Marc Cornellà 67b5bfaaa3 Rename some plugin READMEs for consistency 2019-12-27 02:37:27 +01:00
Marc Cornellà 8ea20fdca7 tmux-cssh: add README 2019-12-27 02:34:35 +01:00
Marc Cornellà ca8a5a0a84 svn-fast-info: add README, reorg. plugin 2019-12-27 02:25:59 +01:00
Marc Cornellà 0c2f7514fc sfffe: add README 2019-12-27 02:07:59 +01:00
Marc Cornellà 9655377b9e rbfu: add README 2019-12-27 01:54:02 +01:00
Marc Cornellà 4fd2592007 paver: add README 2019-12-27 01:05:47 +01:00
Marc Cornellà e891fbff9e knife_ssh: small tweaks 2019-12-27 00:58:31 +01:00
Marc Cornellà 9c0ceb7a52 knife_ssh: add README 2019-12-27 00:56:03 +01:00
Marc Cornellà 132607447d knife: add README and reformat completion file 2019-12-27 00:50:00 +01:00
Marc Cornellà a952854c12 gnu-utils: add README, simplify plugin 2019-12-27 00:04:40 +01:00
Marc Cornellà 59930902e1 glassfish: add README 2019-12-26 23:23:23 +01:00
Marc Cornellà 7360d898d8 gas: add README 2019-12-26 23:12:17 +01:00
Marc Cornellà 38929084f9 fastfile: add README 2019-12-22 23:06:35 +01:00
Marc Cornellà 7b73c9ca1c tmux: add ZSH_TMUX_UNICODE to README 2019-11-23 22:14:27 +01:00
Marc CornellàandGitHub 76d6b02563 lol: fix yolo alias using https URL
Fixes #8418
2019-11-21 19:16:41 +01:00
Marc CornellàandGitHub 3cc1fa4046 Fix non-POSIX conditional syntax
Fixes #8416
2019-11-21 19:10:30 +01:00
Marc CornellàandGitHub 1c98b9cc38 Remove current directory from sys.path in python invocations (#8408)
* Remove current directory from sys.path in python invocations
2019-11-21 03:29:16 +01:00
Marc CornellàandRobby Russell b80b1a1e8b Actions to take after repository migration is complete (#8394)
* Change project URL from robbyrussell to ohmyzsh org

* Update git remote to use ohmyzsh org repository
2019-11-20 17:26:18 -08:00
Marc CornellàandGitHub 4888d4ad1a Add Twitter follow badge to README 2019-11-18 00:07:06 +01:00
Marc CornellàandGitHub 2810a37402 Add Discord badge to README 2019-11-17 23:53:42 +01:00
Marc CornellàandGitHub 24726678dd extract: keep *.gz files with pigz and gunzip
Fixes #8368
2019-11-09 12:37:41 +01:00
Marc CornellàandGitHub 107e512c9e Remove line below copyright so that GitHub shows LICENSE details 2019-11-06 21:22:15 +01:00
Marc Cornellà 1546e1226a Fix badly resolved rebase conflict 2019-11-06 19:46:52 +01:00
Marc Cornellà 4a9cd68ea6 Merge branch 'jokester/override--ignore-submodules' (#2214)
Closes #2214
2019-11-06 19:42:08 +01:00
Marc Cornellà b7e37cea90 Clean up ignore submodules logic in parse_git_dirty 2019-11-06 19:41:13 +01:00
Marc CornellàandGitHub 687c50bdf9 fabric: fix awk "return not in function" error in completion
Fixes #8337
2019-10-30 23:12:45 +01:00
Marc CornellàandGitHub ce52ee0252 Add profiles documentation (#8311)
* Add profiles documentation

* Fix order and reword some things
2019-10-25 13:15:12 +02:00
Marc CornellàandGitHub c1e5cbed5b Fix order and reword some things 2019-10-25 13:14:36 +02:00
Marc CornellàandGitHub 9d790ea60c fabric: add task descriptions to completion (#5439)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-24 18:02:26 +02:00
Marc CornellàandGitHub cad48e38bf Merge branch 'master' into fabric_task_description 2019-10-24 17:57:01 +02:00
Marc CornellàandGitHub 225425fe09 Fix target_list creation. Supports fabric 1 and 2 2019-10-24 17:56:08 +02:00
Marc Cornellà 534ec60bfd Set default git-config values known to fix repository issues
- core.autocrlf=false -> #4069
- fsck.zeroPaddedFilemode -> #4963

Fixes #4069
Fixes #4963
2019-10-21 17:00:04 +02:00
Marc Cornellà 05dfd0ae85 cargo: update completion to latest version (cdac4a8)
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo
2019-10-19 17:51:28 +02:00
Marc CornellàandGitHub 66290a39c8 supervisor: add README and update completion (#8285) 2019-10-19 17:35:13 +02:00
Marc CornellàandGitHub bd9cd052f1 docker: reformat README (#8286) 2019-10-19 17:30:04 +02:00
Marc CornellàandGitHub 160a801bed Clean up README 2019-10-19 17:29:46 +02:00
Marc CornellàandGitHub f48a40ee91 Reorganize stuff 2019-10-19 17:28:43 +02:00
Marc CornellàandGitHub 87bd507fcf pod: add README (#8257) 2019-10-15 23:27:31 +02:00
Marc CornellàandGitHub ca6b397783 meta: remove automatic bug label on bug reports
People sometimes use the bug report template for things that are support.
Maintainers will confirm whether it's a bug with the appropriate label.
2019-10-15 22:56:45 +02:00
Marc CornellàandGitHub f56b678888 fzf: check for dpkg before checking for fzf in debian
Fixes #8253
Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-10-15 16:51:51 +02:00
Marc CornellàandGitHub 52f5878564 rust: add README (#8242) 2019-10-10 11:08:18 +02:00
Marc CornellàandGitHub bb97a9b3ec Delete alias section 2019-10-10 11:07:33 +02:00
Marc CornellàandGitHub ba57b5c706 chruby: add README (#8238) 2019-10-09 18:13:13 +02:00
Marc CornellàandGitHub 98cd133c4d Reword and add extra information 2019-10-09 18:12:58 +02:00
Marc CornellàandGitHub 66bd299bcd compleat: add README (#8236) 2019-10-09 18:07:38 +02:00
Marc CornellàandGitHub 7ea05bd500 Change description 2019-10-09 18:07:02 +02:00
Marc Cornellà c9841f43b1 yarn: use zsh-completions latest version (87e1313)
Closes #7300
Closes #8115
Closes #8118
2019-10-09 15:12:00 +02:00
Marc CornellàandGitHub 13d889470e ufw: add README (#8227) 2019-10-07 18:08:35 +02:00
Marc CornellàandGitHub a3b63aa6ab Reword 2019-10-07 18:08:14 +02:00
Marc CornellàandGitHub e2d5426f42 perl: add README (#8215) 2019-10-07 17:41:09 +02:00
Marc CornellàandGitHub 896dd271c8 Some syntax changes and more function docs 2019-10-07 17:40:51 +02:00
Marc CornellàandGitHub d8a7884731 redis-cli: add README (#8214) 2019-10-07 17:26:05 +02:00
Marc CornellàandGitHub a9d382a297 Small changes 2019-10-07 17:25:44 +02:00
Marc CornellàandGitHub b45e0f4836 dash: simplify completion logic 2019-10-07 17:08:38 +02:00
Marc CornellàandGitHub e0bc646993 dash: add README (#8221) 2019-10-07 17:04:55 +02:00
Marc CornellàandGitHub 357336bfb3 Remove redundant section and document keyword args 2019-10-07 17:04:31 +02:00
Marc CornellàandGitHub d9bb732eac rvm: add README (#8199) 2019-10-03 13:52:01 +02:00
Marc CornellàandGitHub 1a6480e486 bundler: add rubocop to bundled_commands (#8169) 2019-10-02 18:55:47 +02:00
Marc Cornellà e38099de96 sublime: ignore wslpath errors if C drive is missing 2019-10-02 13:10:36 +02:00
Marc CornellàandGitHub bf0cf4eb1e yarn: add Yarn Workspace aliases (#7491) 2019-10-01 22:24:48 +02:00
Marc CornellàandGitHub a6d71ddadb Update README with up-to-date platform requirements
Co-authored-by: Emil Engler <me@emilengler.com>
Closes #8157
2019-10-01 21:11:18 +02:00
Marc CornellàandGitHub bb6ae70b92 fzf: add support for debian packages (#8001) 2019-10-01 13:34:13 +02:00
Marc CornellàandGitHub 86dd1a480a react-native: add aliases for newer iPhones (#8170)
Added aliases for iPhone 11, 11 Pro, and 11 Pro Max
2019-09-30 19:49:59 +02:00
Marc CornellàandGitHub 487f0af412 Fix table alignment 2019-09-30 19:49:09 +02:00
Marc Cornellà 095d56b5ea Fix WSL check for WSL 2 and simplify nohup in open_command
WSL 2 changes the output of `uname -r`. For instance,

  WSL 1: 4.4.0-18980-Microsoft
  WSL 2: 4.19.67-microsoft-standard

Since WSL 2 lowercases the M, we can match for the rest of the string
which remains lowercase throughout both versions. Another option would
be to match for both upper- and lower-case Ms, like that:

  $(uname -r) = *[Mm]icrosoft*

Fixed use of nohup in open_command where it was only necessary for
xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic
is simpler and more future-proof.
2019-09-19 16:20:02 +02:00
Marc CornellàandGHPS 576e0992ca z: update to latest version (e77e938)
Closes #8145

Co-authored-by: GHPS <GHPS@users.noreply.github.com>
2019-09-13 11:44:20 +02:00
Marc CornellàandGitHub 093b56a7d7 git: fix gtl alias argument
Fixes the error `no matches found` because the argument is not quoted.
See https://github.com/robbyrussell/oh-my-zsh/pull/7629#issuecomment-531151821
2019-09-13 11:20:20 +02:00
Marc Cornellà fd4571d1b0 installer: allow chsh to work in termux 2019-09-08 21:35:45 +02:00
Marc CornellàandGitHub f9e133b88a gitfast: fix error in git-prompt.sh (#8132)
An error was thrown (`bash: [: =: unary operator expected`) when using the __git_ps1_colorize_gitstring function outside of the one place it's called (line 512), because the "detached" variable was not quoted, and was unset.
2019-09-08 20:29:43 +02:00
Marc CornellàandGitHub 4fb50b3333 Unquote yes in conditional expressions for style consistency 2019-09-08 20:28:59 +02:00
Marc Cornellà 101ea87232 ssh-agent: check if ssh-add -l was successful 2019-09-08 16:07:06 +02:00
Marc CornellàandGitHub 2b4d72322b debian: fix bad function definitions (#8129)
* Fix bad function definitions in Debian plugin

There appears to be a definition issue for some functions/aliases which
result in the following errors when sourcing .zshrc:

```
/home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: defining function based on alias `abd'
/home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: parse error near `()'
```

Fixes #7986

* Update syntax on the remaining functions
2019-09-08 14:59:50 +02:00
Marc CornellàandGitHub a870fee6a7 Update syntax on the remaining functions 2019-09-08 14:58:46 +02:00
Marc Cornellà a4f6a9964c meta: remove PR triage GitHub action 😢
We do this because the GitHub Actions behavior was changed recently
so as to not pass secrets to action runs started from forks, therefore
the API token passed cannot be used to change PR labels.

There may be an alternative in the future.
2019-09-03 21:19:38 +02:00
Marc CornellàandGitHub d6fc6edb29 git: fix gbda trying to delete worktree branches (#8102)
Git learned to add a `+` in front of branches that are
checked out in other worktrees.

See: https://github.com/git/git/blob/745f6812895b31c02b29bdfe4ae8e5498f776c26/Documentation/RelNotes/2.23.0.txt#L252-L256
2019-08-23 17:16:04 +02:00
Marc CornellàandGitHub 3e0e9136cc homestead: change key string for getting command list (#8008) 2019-08-23 13:37:28 +02:00
Marc CornellàandGitHub e604eaf55e lib: delete LC_CTYPE locale setting which causes problems
Fixes #7942
2019-08-19 18:17:17 +02:00
Marc CornellàandGitHub c4c620adcd meta: add DEBUG_ACTIONS flag to PR triage action 2019-08-18 15:13:46 +02:00
Marc CornellàandGitHub 28232904be git-auto-fetch: override zle-line-init only if it exists 2019-08-13 18:19:07 +02:00
Marc CornellàandGitHub 4974143745 meta: move if condition on workflow to steps
Provisional measure due to "Unexpected value 'if'" error. See https://github.community/t5/GitHub-API-Development-and/jobs-lt-job-id-gt-if-not-working/m-p/28980
2019-08-13 15:10:15 +02:00
Marc Cornellà d8ad4e902c meta: convert workflow file to GitHub Actions v2 yml syntax 2019-08-13 14:15:14 +02:00