Koichi Murase
8fcc79f49b
lib/shopt: Remove nocasematch ( #503 )
...
The setting `shopt -s nocasematch` affects every pattern matching in
Bash including the case statement, [[ str == pat ]] matching,
${var/pat/rep}, and ${var#pat}. Since the affected range is too
large, this potentially breaks the existing functions. This setting
`shopt -s nocasematch` seems the one that should be enabled locally
when it is specifically needed rather than being enabled globally.
2023-12-28 11:08:42 +09:00
Koichi Murase
c61e349d2c
Merge pull request #508 from willsawyerrrr/ws/chmod-alias-comments
...
Clarify comments for `chmod` aliases
2023-12-19 03:33:22 +09:00
William Sawyer
d7ef680fc8
aliases: Remove empty other permissions from chmod
alias comment
2023-12-19 00:28:55 +10:00
William Sawyer
4de61d8ad9
aliases: Correct chmod
alias comment permissions
2023-12-19 00:28:40 +10:00
Koichi Murase
d2163a6b49
lib/nvm: Update autoloader to keep up with the upstream ( #506 )
...
Fixes https://github.com/ohmybash/oh-my-bash/issues/504
2023-12-12 13:36:17 +09:00
Yishuai Li
00f28e4a5f
themes/random: add OMB_THEME_RANDOM_IGNORED ( #498 )
2023-12-11 07:01:54 +09:00
Koichi Murase
0d9a9fd73a
lib/history: remove redundant export for HISTIGNORE ( #501 )
...
There does not seem to be no specific reason that we export HISTIGNORE
[1]. These lines were introduced in commit 53fb8037
but only
HISTIGNORE had `export'.
[1] https://github.com/ohmybash/oh-my-bash/discussions/500#discussioncomment-7676355
2023-12-11 07:00:35 +09:00
John Ferlito
e2917d67fb
plugins/bashmarks: Fix bashmarks completion ( #491 )
...
Make it work for bm without any arguments
2023-11-18 23:16:56 +09:00
Koichi Murase
9b244fe81e
lib/omb-deprecate: Fix "_omb_deprecate_declare" outputting varname
...
Reported-By: Matt Faucher (@mattfaucher on GitHub)
1dfbd39fd6 (commitcomment-130420417)
2023-10-20 07:56:30 +09:00
Koichi Murase
07d9382938
Merge pull request #484 from akinomyoga/prompt-git
...
lib/git: Fix problems caused by uses of Zsh features
2023-10-14 17:22:55 +09:00
Koichi Murase
1dfbd39fd6
lib/git: Refactor "POST_1_7_2_GIT => _omb_git_post_1_7_2"
2023-10-14 17:20:57 +09:00
Koichi Murase
23e310887f
oh-my-bash: Fix coding style
2023-10-14 17:20:57 +09:00
Koichi Murase
a73a91ab20
oh-my-bash: Fix dependency resolution of "_omb_module_require"
2023-10-14 17:20:56 +09:00
Koichi Murase
f089d15d23
lib/git: Fix coding styles
2023-10-14 16:44:45 +09:00
Koichi Murase
948ffe786f
lib/git: Change indentation
2023-10-14 16:44:45 +09:00
Koichi Murase
027d86ef94
lib/git(git_prompt_status): Avoid zsh constructs
2023-10-14 16:44:45 +09:00
Koichi Murase
96fe141c02
lib/utils: Add "_omb_util_split"
2023-10-14 16:44:45 +09:00
Koichi Murase
c93f897794
global(git): Call git for prompt through an interface function
2023-10-14 16:44:45 +09:00
Koichi Murase
6db4c4792b
lib/git: Comment out an overwritten function
2023-10-14 16:44:45 +09:00
Edwin Kofler
1e2b29201c
ci: Use setup-go
to install Go v1.20 ( #485 )
2023-10-14 08:27:30 +09:00
Koichi Murase
c597bb3c20
Merge branch 'update-bashmarks'
2023-10-12 19:12:29 +09:00
Koichi Murase
53d2ae5171
plugins/bashmarks: Describe the configuration BASHMARK_SDIRS
2023-10-12 19:07:02 +09:00
Koichi Murase
337a29d224
plugins/bashmarks: Format README
2023-10-12 19:07:02 +09:00
Koichi Murase
f161382de7
plugins/bashmarks: Refactor function names and variable names
2023-10-12 19:07:02 +09:00
Koichi Murase
1eacdc7118
plugins/bashmarks: Fix completion for bash
2023-10-12 15:46:28 +09:00
Koichi Murase
5f57d4c1b2
plugins/bashmarks: Fix coding styles
2023-10-12 15:42:14 +09:00
Koichi Murase
e39f8a561c
plugins/bashmarks: Apply changes from upstream
2023-10-12 15:26:27 +09:00
Koichi Murase
4eeb20046d
plugins/bashmarks: Change indentation
2023-10-12 15:21:51 +09:00
Koichi Murase
0ff46f6d32
plugins/bashmarks: Fix licensing issue
2023-10-12 15:20:52 +09:00
Koichi Murase
600f2a4e67
Merge pull request #482 from dulhaver/feature/dulhaver_git_231003
...
adding alias gbsc='git branch --show-current'
2023-10-08 20:06:45 +09:00
Koichi Murase
8b095ff102
plugins/git: Update aliases from OMZ
2023-10-08 20:04:14 +09:00
vrms
2a3bb9c722
plugins/git: Add alias gbsc='git branch --show-current'
2023-10-08 18:40:05 +09:00
Koichi Murase
977c4184ad
Merge pull request #480 from akinomyoga/comp_wordbreaks
...
completions/{ssh,rake,capistrano}: Do not rewrite `COMP_WORDBREAKS`
2023-10-04 21:19:10 +09:00
Koichi Murase
f6c8e3a1e6
Merge pull request #481 from edsonarios/theme-edsonarios
...
themes/new-theme
2023-10-04 08:12:32 +09:00
Koichi Murase
6068a4093b
themes/purity: Deprecate old configuration names
2023-10-04 08:10:38 +09:00
Koichi Murase
1975f1dc6d
themes/purity: Apply refactoring in edsonarios
2023-10-04 08:10:38 +09:00
Koichi Murase
446a19072f
themes/purity: Change indentation
2023-10-04 08:10:38 +09:00
edsonarios
d9b107beff
themes: Add new theme "edsonarios"
...
show complete work route, show simple git changes and actual time,
write commands in new simple line, and show output error.
2023-10-04 08:09:45 +09:00
Koichi Murase
3da4bf6431
completions/{ssh,rake,capistrano}: Do not rewrite COMP_WORDBREAKS
...
Fix https://github.com/ohmybash/oh-my-bash/issues/471
2023-10-01 04:51:02 +09:00
Koichi Murase
cd8b4d2885
completions/{cap,homesick,rake,sdkman,ssh}: Fix coding styles
2023-10-01 04:45:45 +09:00
Koichi Murase
e6572f4b85
completions/{cap,homesick,rake,sdkman,ssh}: Change indentation and whitespaces
2023-10-01 03:58:52 +09:00
Koichi Murase
09ffba8f9a
completions/sdkman: Add a missing function
2023-10-01 03:58:52 +09:00
Koichi Murase
6fc90b21e8
completions/{cap,homesick,rake,sdkman,ssh}: Rename completion functions
2023-10-01 03:58:34 +09:00
Koichi Murase
24bd7e71ad
lib/directories (cd): do not use pushd/DIRSTACK by default
...
https://github.com/ohmybash/oh-my-bash/pull/450
2023-09-25 01:10:02 +09:00
Richard Kovacs
8e5e43e401
completions/rake: List all tasks ( #478 )
...
My rake (13.0.6) generates empty list for completition without the flag `--all`
2023-09-23 18:05:17 +09:00
Shubham Verma
72b8e67139
feat: Add {completions,plugins}/chezmoi
( #477 )
2023-09-23 18:00:15 +09:00
Andrei Bulgakov
b4a2264496
themes: Add powerbash10k theme ( #474 )
2023-09-16 17:48:55 +09:00
Koichi Murase
4c7a0ebb8d
CONTRIBUTING: Make PR branch explicit and describe theme image size
2023-09-14 17:11:53 +09:00
Alex G'h
ffd1963875
themes: Add new theme minimal-gh ( #468 )
...
* Add theme minimal-gh
* Add minimal-gh in THEMES.md
2023-08-24 17:09:32 +09:00
GR3YH4TT3R93
57c9300c64
aliases/package-manager: Add nala aliases ( #463 )
2023-08-07 07:49:29 +09:00