Commit Graph

656 Commits

Author SHA1 Message Date
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
Koichi Murase
5b0e804c6b tools/uninstall: Pass -v to unset to avoid ambiguity
`unset -v` is standardized in POSIX.
2023-08-01 17:42:28 +09:00
Koichi Murase
06b459e81f tools/uninstall: Fix uninstall confirmation in non-Bash 2023-08-01 17:42:28 +09:00
Rafael Lopez
9c9c92bf31
themes/agnoster : Detect and show pyenv information (#458)
- if pyenv is not initialized, fall back to the virtualenv detection
 - when pyenv is set to a version other than "system", show the version number
 - when pyenv is in virtulenv mode, also display the virtualenv's name

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2023-07-26 17:44:51 +09:00
Tim Bentley
a75f284ceb
aliases/package-manager: Add DNF (dandified yum) aliases (#459) 2023-07-26 08:44:56 +09:00
Ankur Gupta
d2d780bbcf
themes/kitsune: Fix variable name for python virtual env (#457) 2023-07-25 05:50:20 +09:00
Koichi Murase
5605047f48 themes/kitsune: Add python venv 2023-07-24 06:23:11 +09:00
Ryan Bevin
8e785b1ba1
plugins/git: Add git worktree aliases (#455)
* feat: added git worktree aliases
* feat: updated alias
* feat: update to use common alias name

---------

Co-authored-by: rbevin777 <rbevin7@gmail.com>
2023-07-20 07:03:44 +09:00
Andrei Bulgakov
117e203d38
Add variable to disable consideration repos with untracked files as dirty (#444)
Add `SCM_GIT_DISABLE_UNTRACKED_DIRTY="true"` setting for
`lib/omb-prompt-base.sh`.

Add this variable as well as `SCM_GIT_IGNORE_UNTRACKED` into the
`.bashrc` template.
2023-06-09 06:17:17 +09:00
Joe MacDonald
e91797d914
omb-prompt-base: do not attempt to process git vars outside a git tree (#443)
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2023-05-24 06:35:31 +09:00
Koichi Murase
dd7807fcd2
Merge pull request #432 from fox-forks/quoting
fix: Quoting
2023-05-13 23:42:32 -07:00
Tal Lederman
bd7b301f64 feat(git.plugin): adding alias to open predefined difftool
Useful for visual side by side diff VIA external difftool. Here is an example for meld: https://stackoverflow.com/questions/2006032/view-differences-of-branches-with-meld
2023-05-13 23:39:40 -07:00
Imran Chaudhry
6d62b33e6e
themes: Add new theme "powerline-light" (#436)
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2023-04-21 08:59:43 +09:00
Koichi Murase
255bacacb5
Merge pull request #433 from hyperupcall/whitespace
style: Remove trailing whitespace and missing final newlines
2023-04-17 05:32:30 -07:00
Koichi Murase
2960ba971f fix(completions/django): Apply upstream changes
e535da6865
34057730a5
4af88ccbe6
2ee1e1a174
5708327c37
90c59b4e12
2023-04-16 18:24:07 +09:00