Commit Graph

117 Commits

Author SHA1 Message Date
Koichi Murase
81535a1e49 themes/cupcase: Remove dup def of "virtualenv_prompt" 2021-12-27 23:53:16 +09:00
Jack
cc2e8a87f9 themes/font: Add conda python venv prompt 2021-12-27 23:53:10 +09:00
Reuben Thomas
81fc5dd49d lib/grep.sh: fix expansion of GREP_OPTIONS
Previously, only the first element of the array was expanded, which is
always the empty string, so the setting of GREP_OPTIONS was useless. Expand
the entire array.
2021-12-26 22:01:27 +09:00
Reuben Thomas
7ddf334013 oh-my-bash.sh: fix reading of custom/lib files 2021-12-26 05:56:40 +09:00
Maciej Borsz
f4a24a11de Make it possible to disable clock in font theme 2021-12-25 14:22:57 +09:00
Koichi Murase
3f162a3466 plugins/sdkman: Add cosmetic changes 2021-12-24 23:01:09 +09:00
Andre Greeff
1eea9542ea Fix: stop SDKMAN! plugin initialisation breaking NVM 2021-12-24 23:00:50 +09:00
Jon Ware
39af832b76 Add '_' to git branch name character whitelist 2021-12-24 22:20:22 +09:00
Koichi Murase
dde7ea6395 plugins/{goenv,pyenv}: Add cosmetic changes 2021-12-24 22:03:05 +09:00
Wes Key
cd6500d280 statement about conditional plugins loading
- bashrc.osh-template has been updated to explain how to
  conditionally load plugins
2021-12-24 22:03:05 +09:00
chopnico
fdc66ccc59 Update plugins/tmux-autoattach/README.md
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-12-24 22:03:05 +09:00
Wes Key
e327e66c02 removed checks and updated read me
- checks have been removed to in favor of conditional plugin loading
- .gitignore has been updated to ignore .tmp files
- main README has been updated to reflect conditional plugin loading
- tmux-autoattach plugin README has been updated to reflect
  conditional plugin loading options
2021-12-24 22:03:05 +09:00
Wes Key
fd7fadb2fb remove environment variable 2021-12-24 22:03:05 +09:00
chopnico
21abdef636 Update plugins/tmux-autoattach/README.md
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-12-24 22:03:05 +09:00
chopnico
6687a4bb9e Update plugins/tmux-autoattach/tmux-autoattach.plugin.sh
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-12-24 22:03:05 +09:00
Wes Key
7339f13536 updated README to reflect changes 2021-12-24 22:03:05 +09:00
Wes Key
dc01861a1a updated naming conventions and format based on comments 2021-12-24 22:03:05 +09:00
Wes Key
4f4fd5df8c added a checker for .goenv directory 2021-12-24 22:03:05 +09:00
Wes Key
35184a8e41 added goenv, tmux, and pyenv plugins. 2021-12-24 22:03:05 +09:00
Ajeet D'Souza
812a8d60ef Use type_exists
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-12-24 21:12:50 +09:00
Ajeet D'Souza
6c79f70891 Add plugin for zoxide 2021-12-24 21:12:50 +09:00
Seth Bergman
ae432c6185 Fix typo in sdkman plugin README 2021-12-24 20:45:35 +09:00
Seth Bergman
a656286a9b Update sdkman plugin README 2021-12-24 20:45:35 +09:00
Seth Bergman
fd6e34ea23 Update comments to match plugin 2021-12-24 20:45:35 +09:00
Deepankumar
8cfc1403c2 Typo: Fixed 2021-12-24 20:00:20 +09:00
Koichi Murase
4cc3ce04a4 LICENSE: Recover the original copyright notice from Oh My Zsh
The MIT license does not allow to remove the copyright notice.
2021-12-24 05:50:07 +09:00
Matheus Ramos
4db7436384 plugins/git: add git pull autostash aliases (#196) 2021-02-03 10:18:53 +07:00
Surendran Duraisamy
89e5054152 plugins/golang: Add golang plugin for oh-my-bash (#179)
* Add golang plugin for oh-my-bash

* Add target shell
2020-10-23 12:08:05 +07:00
Jay Vercellone
c308e0821e themes/agnoster: Prompt broken when using pyenv (#176) (#177)
* Make sure that the output of `python --version` is always captured.
* Refactor logic to extract Python version using `awk` instead of a
  for-loop.

Fixes #176
2020-09-27 22:08:13 +07:00
fcatus
c37486a76e README: Update README.md (#168) 2020-08-10 11:56:43 +07:00
Deepankumar
2d64322739 plugins: Multiple plugins implemented (#119)
* Ansible plugin added

* kubectl plugin added

* NPM Plugin added

* brew plugin added

* shebang added
2020-06-22 09:48:35 +07:00
Toan Nguyen
670b544d73 Create FUNDING.yml 2020-06-12 08:46:06 +07:00
Toan Nguyen
0daf3bd058 Update README.md 2020-06-11 16:05:29 +07:00
Toan Nguyen
6c4175a7ab Update README.md 2020-06-11 16:04:59 +07:00
Jacob Hrbek
9f93634c04 README: Fix for #52 (#95)
Co-authored-by: Jacob Hrbek <werifgx@gmail.com>
2020-06-11 15:42:01 +07:00
Jan Bernlöhr
4d0efc87aa themes/powerline: Fix POWERLINE_PROMPT is not an array (#37)
Authored-by: Jan Bernloehr <bosch.bernloehr@extaccount.com>
2020-06-11 15:40:27 +07:00
lucasgnavarro
749823b78f themes/agnoster: Changes in prompt_virtualenv() function in order to show the python version and not the folder name. (#147) 2020-06-11 15:38:32 +07:00
Alvin Baptiste
2a41e70e92 aliases/general: Add fix_term alias to reset the terminal (#153)
- This alias resets the terminal in cases where `stty sane` and
  reset may not work.

Authored-by: Alvin <alvin@thedarkside.local>
2020-06-11 15:37:51 +07:00
SOPHAL HONG
fdd28c810a completions/minikube: Add minikube completion (#130)
Co-authored-by: sophal <hongsophal@github.com>
2020-06-11 15:22:58 +07:00
Deepankumar
e54736e81e plugins/ansible: Ansible plugin added (#118) 2020-06-11 15:22:07 +07:00
Nikolas Garofil
8e9b7646b9 themes: Add new theme 'garo' (#133)
* Extra theme 'garo'

* theme garo: export vars
2020-06-11 14:49:11 +07:00
Toan Nguyen
c8d04eeeaf LICENSE: Change on MIT from GPLv2 (#154)
The project should be licensed under MIT to match with OhMyZsh.
Fixes #151
2020-06-11 14:40:49 +07:00
Rishikesh Darandale
3ebd9b84f4 plugins: added nvm and sdkman (#150)
* feat(plugins): added sdkman plugin

* feat(plugins): added nvm plugin

* fix: fixed the codacy issues
2020-05-11 14:29:06 +07:00
Davide Cendron
48df2df79c fix path for custom completions (#149) 2020-05-04 17:17:53 +07:00
Toan Nguyen
4941d657dc tools/autossh: Bypass all shellcheck 2020-03-12 09:29:39 +11:00
Toan Nguyen
697d0d062c tools/autossh.sh
This is a small script which allows you reconnect to SSH automatically without installing a package like `mosh-server`
2020-03-12 08:13:46 +11:00
Toan Nguyen
b527766668 README: update the license text 2020-02-18 11:01:11 +11:00
Kreyren
c46e56e8e8 LICENSE: Change on GPLv2 from WTFPL (#87)
Fixes #78
Signed-off-by: Jacob Hrbek <werifgx@gmail.com>
2020-02-17 17:35:40 +11:00
Ojas Sinha
682939454f plugins/git: Add git cherry-pick -s (#91)
Its useful for devs.
2020-02-17 13:59:11 +11:00
Kreyren
5708cfd704 lib/utils: Code quality improvement (#103)
Fixed by suggestion 
https://github.com/ohmybash/oh-my-bash/issues/68#issuecomment-523238232

Bug: https://github.com/ohmybash/oh-my-bash/issues/68
2020-02-17 13:46:57 +11:00