419 Commits

Author SHA1 Message Date
cde121eccd themes/{robbyrussell,rr}: Add separate prefixes for svn and hg 2022-09-16 20:10:17 +09:00
748b5842f7 themes/{robbyrussell,rr}: Add _omb_prompt_normal to end of prompt 2022-09-13 08:10:17 +09:00
cdd5c23632 themes/robbyrussell: Add comment referencing original theme in ohmyzsh and url link 2022-09-11 13:05:57 +09:00
4906d05bc7 themes/robbyrussell: Add robbyrussell to THEMES.md 2022-09-11 13:05:41 +09:00
252e67d842 themes: Add robbyrussell theme
Modified from oh-my-bash theme "rr", attempting to recreate oh-my-zsh default theme "robbyrussell"
2022-09-11 13:05:37 +09:00
4c4ffe0a70 Merge pull request #250 from ZQPei/master
themes/pzq: Add pzq themes inspired by ys-theme from oh-my-zsh and rana
2022-09-08 06:17:04 +09:00
b9295c6da0 Merge pull request #239 from mchaker/patch-1
Replace `which` with `command -v`
2022-08-30 12:42:45 +09:00
669d8ce0b2 themes/rana: Enclose terminal constrol sequences within \[...\] 2022-08-30 12:01:10 +09:00
b956acaa0c themes/pzq: Add image 2022-08-30 12:00:45 +09:00
0b52ce05c1 themes/pzq: Fix wrong usage of "echo -n" 2022-08-30 12:00:38 +09:00
af18e3d41c themes/pzq: Refactor and change styles 2022-08-30 11:32:56 +09:00
b114cabe1e themes/pzq: Apply recent updates 2022-08-30 11:31:42 +09:00
85fe63eea9 themes/pzq: Use "_omb_prompt_get_python_venv" 2022-08-30 11:13:56 +09:00
d8edd07254 themes/pzq: Apply suggestions from code review 2022-08-30 11:03:51 +09:00
62767d6fb4 themes/pzq: Remove verbose git status info for speed accerating 2022-08-30 10:42:11 +09:00
ed1bbc3dd9 themes/pzq: Add pzq themes inspired by ys-theme from oh-my-zsh and rana 2022-08-30 10:42:11 +09:00
2cdaead214 themes: Add a new theme "rr" inspired by robbyrussell from ohmyzsh 2022-08-30 10:09:38 +09:00
49c66cf04a completions/*: Fix quoting around _omb_util_function_exists 2022-08-23 18:10:01 +09:00
e0a4ada275 completions/conda: Fix a discarded warning message 2022-08-23 18:10:01 +09:00
d5e9c7deb1 tools/install: Refactor "{hash => type -P}" 2022-08-23 18:09:56 +09:00
2202aeeb04 Refactor "{type => _omb_util_command_exists}" 2022-08-23 18:09:50 +09:00
M
de66a70f91 Refactor "{ => _omb_util_}command_exists"
https://github.com/ohmybash/oh-my-bash/pull/239#issuecomment-1007886245

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2022-08-23 18:09:50 +09:00
M
b893ce6f79 Refactor "{declare -{f,F} => _omb_util_function_exists}"
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2022-08-23 18:09:46 +09:00
M
4fb778c405 Refactor "{{which,command -v} => _omb_util_{binary,command}_exists}"
`which` has been deprecated in Debian (at least, the rolling release
installed on chromebooks via Linux Containers)

https://github.com/ohmybash/oh-my-bash/pull/239#issuecomment-1000974461

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2022-08-23 18:09:16 +09:00
f52647d6d6 aliases/general (cic): fix non-working readline configuration 2022-08-23 13:58:49 +09:00
91b36b48a7 aliases/general (cp,mv,mkdir): check the support for non-POSIX "-v"
https://github.com/ohmybash/oh-my-bash/issues/351
2022-08-23 13:58:49 +09:00
4309b4ec4b lib/base,aliases/general: add copyright information 2022-08-23 11:38:26 +09:00
c91d1db033 README: Describe the user setup for the system-wide installation 2022-07-15 10:28:56 +09:00
e7ca92bde1 lib/grep: Fix the alias names for egrep/fgrep 2022-07-14 22:13:13 +09:00
5d77aa049a Merge pull request #345 from oscarenzo/release/improvement_vagrant_plugin
Feature to connect over vagrant servers
2022-07-14 06:04:38 +09:00
8c4b4a0824 plugins/vagrant: Ajdust styles 2022-07-14 06:04:13 +09:00
7f5d85f031 Feature to connect over vagrant servers
Fix in Ansible plugin description
2022-07-13 22:34:15 +02:00
1e4b8bef67 Merge pull request #305 from solonovamax/master
Fixes user defined aliases being overridden by OMB
2022-07-08 09:00:23 +09:00
382bea63e5 Merge pull request #344 from oscarenzo/contribution_vagran_plugin
Vagrant plugin creation for OMB
2022-07-08 08:57:41 +09:00
4866624f79 plugins/vagrant: Add style changes 2022-07-08 05:29:33 +09:00
94e5f0f13a plugins: Add vagrant plugin for OMB 2022-07-08 05:29:33 +09:00
2df8a256f1 tools/install: support "--prefix" for the system-wide installation 2022-07-04 14:06:10 +09:00
3e441aa00b lib/bourne-shell: Remove duplicate aliases 2022-07-03 13:28:58 +09:00
0fe8c0bf0d lib: support OMB_DEFAULT_ALIASES to control the alias overriding 2022-07-03 13:28:58 +09:00
ce1c03f5a0 lib/bourne-shell: Do not override user-defined aliases (Fix #304)
Fixes #304 by checking if the alias already exists before applying it.
2022-07-03 12:48:44 +09:00
1272a39800 lib/history: Remove the limit of the history sizes 2022-06-23 11:03:37 +09:00
92f303125c README: mention the original bashrc 2022-06-22 04:38:35 +09:00
4df4a6a2f0 Merge pull request #331 from leofdss/master
Add vscode theme
2022-06-21 07:13:45 +09:00
a9b463f381 themes/vscode: Adjust the coding styles and refactor 2022-06-21 07:11:39 +09:00
6f5895dc94 themes: Add the "vscode" theme 2022-06-21 07:11:29 +09:00
a9859427fd lib/utils (_omb_util_prompt_command_hook): Preserve $? 2022-06-20 14:19:46 +09:00
4ed64bc877 Merge pull request #332 from ThePhilderbeast/tmux-reattach
Fix Tmux-autoattach plugin to reattach to a session is there is one
2022-06-20 13:59:25 +09:00
cb3d338a0e plugins/tmux-autoattach: Add memorandum about the background of option "-s0" 2022-06-20 13:58:31 +09:00
fb978ce75e plugins/tmux-autoattach: Automatically attach to session 0 by default
this corrects the plugin not connecting back to the session by default
2022-06-20 13:50:50 +09:00
cb7238fb8f tools/install: update the commandline help 2022-06-12 18:30:11 +09:00