8a96cc45c6
lib/history (HIST_STAMPS): Make it work and add color
2022-09-29 19:27:57 +09:00
20cbf8d226
lib/grep, etc: avoid obsolete egrep/fgrep
...
https://github.com/Bash-it/bash-it/issues/2163
2022-09-29 18:25:11 +09:00
62b0724471
Merge pull request #358 from Charadon/master
...
lib/omb-prompt-base: Fix unbound variable error
2022-09-29 18:13:43 +09:00
ea20d4cd81
lib/omb-prompt-base: Fix unbound variable error
...
The variable `git_status_flags` was not declared in the function
`git_prompt_vars`, so if `set -u` was set in bashrc, it would give
unbound variable error constantly with `set -u`.
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2022-09-29 18:12:22 +09:00
81e2726867
completions/conda: check also "register-python-argcomplete{3,2}"
2022-09-27 10:33:29 +09:00
bf319e3d31
Merge pull request #355 from gjurgensen/master
...
Add robbyrussell theme
2022-09-26 08:18:32 +09:00
074fe6fe2b
aliases/general(cp,mv,mkdir): Fix command-not-found by expanded aliases in functions
2022-09-16 20:17:42 +09:00
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
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
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
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