Commit Graph

  • aade14b6cb
    Merge cf37f34562 into f53beb64b8 #428 Koichi Murase 2024-09-20 10:48:34 +0100
  • d3ccc31ec2
    Merge 1cfd91fdcb into f53beb64b8 #445 Kim Yann 2024-09-18 22:03:58 -0400
  • 11fce3a473
    Merge 766692e735 into f53beb64b8 #270 Toan Nguyen 2024-09-18 22:02:14 -0400
  • 4f9c2b810f
    Merge 48452aa366 into f53beb64b8 #447 风沐白 2024-09-11 16:07:44 +0200
  • 44b4905711
    Merge 06b06fe322 into f53beb64b8 #175 Artur Souza 2024-09-11 06:07:17 -0700
  • daf01cf4f7
    Merge b6cd9a1faf into f53beb64b8 #609 Rob Loach 2024-09-11 10:28:13 +0200
  • 866cd1e818
    Merge e2ca265b86 into f53beb64b8 #612 sw030453 2024-09-11 13:50:55 +0530
  • f978d634ba
    Merge d87589fccc into f53beb64b8 #499 gunnar 2024-09-11 17:20:16 +0900
  • f53beb64b8
    themes: Add a new theme developer focusing on devs (#526) master Marco A. Gallegos 2024-09-11 02:14:18 -0600
  • 736737954b fix(themes/developer): disable prompt element with unavailable information #526 Koichi Murase 2024-09-11 17:07:13 +0900
  • d43cf563f1 fix(themes/developer): suppress error message of non-existent commands Koichi Murase 2024-09-11 16:13:58 +0900
  • 4ba22f5b21 perf(themes/developer): reduce the number of forks Koichi Murase 2024-09-11 15:45:40 +0900
  • ee56e3935a perf(themes/developer): load prompt information through REPLY Koichi Murase 2024-09-11 16:11:23 +0900
  • 4c65d8dd26 fix(themes/developer): avoid mixing stdout Koichi Murase 2024-09-11 16:02:44 +0900
  • 42a1b667a2 fix(themes/developer): fix a problem that it sometimes fails to extract CPU usage Koichi Murase 2024-09-11 15:45:11 +0900
  • 0549334459 refactor(themes/developer): use "return_delimited" at the end of functions Koichi Murase 2024-09-11 15:35:59 +0900
  • c50ab7ae8a fix(themes/developer): localize variables used in functions Koichi Murase 2024-09-11 13:23:05 +0900
  • 6644f92238 fix(themes/developer): fix wronge uses of arithmetic commands Koichi Murase 2024-09-11 13:21:45 +0900
  • 23f6f9e76e chore(themes/developer): clean up codes for debugging Koichi Murase 2024-09-11 13:20:15 +0900
  • e6d0501068 style(themes/developer): fix coding styles Koichi Murase 2024-09-11 13:16:47 +0900
  • 0a94a643ea fix(themes/developer): use "_omb_util_put" instead of "printf" Koichi Murase 2024-09-11 09:27:19 +0900
  • 23f7c8fb02 fix(themes/developer): remove meaningless forks Koichi Murase 2024-09-11 09:24:28 +0900
  • 1f663fe712 refactor(themes/developer): use awk to pick the activated conda env Koichi Murase 2024-09-11 09:19:13 +0900
  • 4b1b1e3472 refactor(themes/developer): use "_omb_util_command_exists" Koichi Murase 2024-09-11 09:17:14 +0900
  • 8e8cfe6ff1 refactor(themes/developer): delimit returned values with newlines Koichi Murase 2024-09-11 09:08:37 +0900
  • 6974221c7b refactor(themes/developer): prefix "_omb_theme_developer_" to internal functions Koichi Murase 2024-09-11 07:09:43 +0900
  • 7926de2ac7 style(themes/developer): fix the indentation Koichi Murase 2024-09-10 12:18:30 +0900
  • 1cbd740190 chore(themes): updated theme description marco-gallegos 2024-02-11 01:00:17 -0600
  • 7a245a6360 fix(themes): image sizing marco-gallegos 2024-02-11 00:45:00 -0600
  • d4c3937efe fix(themes): screenshot updated marco-gallegos 2024-02-10 18:18:31 -0600
  • a0a9630d20 feat(themes): added new theme marco-gallegos 2024-02-10 17:34:07 -0600
  • 8cc21b7fc0
    Merge pull request #600 from elg/master Koichi Murase 2024-09-10 21:52:16 +0900
  • 275b606aa9 style(themes/powerline-*): adjust styles #600 Koichi Murase 2024-09-10 11:05:42 +0900
  • 2428b27143 style(themes/powerline-icon): fix indentation Koichi Murase 2024-09-10 11:04:02 +0900
  • 45673a8be5 docs(themes/powerline-*): remove duplicate desc of powerline themes Koichi Murase 2024-09-10 11:02:12 +0900
  • 154157c3e9 docs(themes/powerline-icon): add README.md Koichi Murase 2024-09-10 10:51:54 +0900
  • 9f05765935 fix(themes/powerline-wizard): fix the permission of README.md Koichi Murase 2024-09-10 10:32:17 +0900
  • f8895234f3 fix(themes/powerline-icon): use OMB_THEME_POWERLINE_ICON_CLOCK for time format Koichi Murase 2024-09-10 10:31:10 +0900
  • 1d0ea0fa1e feat(themes/powerline-icon): support THEME_CLOCK_FORMAT in .bashrc Erwan Le Gall 2024-09-04 14:33:53 +0200
  • e2ca265b86 Backout '-S' option for /usr/bin/env on '#!' line #612 Steve Witten 2024-09-09 14:30:10 -0700
  • 13038f5df6 Changed 'echo' to printf/_omb_util_put/_omb_util_print as appropriate Steve Witten 2024-09-09 12:27:13 -0700
  • a940c6938a Changed occurrences of 'echo' to printf/_omb_util_print/_omb_util_put as appropriate. Steve Witten 2024-09-09 10:59:29 -0700
  • b6cd9a1faf
    aliases: Move brew and chezmoi plugins to aliases #609 Rob Loach 2024-09-09 12:23:51 -0400
  • 08e297c631 fix(lib/shopt): turn on "extglob" by default Koichi Murase 2024-09-09 15:18:26 +0900
  • 6cc6384fa2 Revert "fix(completions/defaults): fix the pattern for command name" #607 James Corteciano 2024-09-09 11:48:29 +1000
  • 770d6ef181 Merge branch '_omb_util_print' Koichi Murase 2024-09-09 00:50:08 +0900
  • 4309ed793a refactor(plugins/bashmarks): avoid using nested eval and echo Koichi Murase 2024-08-13 12:24:37 +0900
  • 31f2700e07 fix(themes/doubletime): avoid using "eval echo \$\'echo ...\'" Koichi Murase 2024-08-17 06:16:42 +0900
  • 838e639a15 style(themes/doubletime): adjust styles Koichi Murase 2024-08-17 06:14:06 +0900
  • 4b95670330 feat(lib/omb-util): add "_omb_util_{print,put}" Koichi Murase 2024-08-12 23:59:41 +0900
  • 382ecf151f fix(lib/grep): fix quoting Koichi Murase 2024-08-13 17:33:35 +0900
  • 6c73077fa4 style(lib/bourne-shell): adjust styles Koichi Murase 2024-08-13 17:26:41 +0900
  • 2fd5958215 style(lib/omb-prompt-base): adjust indentation Koichi Murase 2024-08-13 17:22:53 +0900
  • a5e39282db fix(themes/{cupcake,lambda}): avoid arbitrary text in the printf format Koichi Murase 2024-08-13 11:18:16 +0900
  • fc969116e2 style(plugins/{progress,vagrant}): adjust indentation Koichi Murase 2024-08-13 12:16:22 +0900
  • e78373c9f7 style(themes/brunton): adjust indentation Koichi Murase 2024-08-13 12:02:33 +0900
  • 3be06a8b3d
    Restore dogcs fro golang and kubectl #602 Rob Loach 2024-09-08 05:58:47 -0400
  • 0ecc0efc6a
    Restore goland and kubectl plugins Rob Loach 2024-09-08 05:57:33 -0400
  • ed2409d8cf
    Merge d291140b25 into 1a7ef75664 #572 Barak Korren 2024-09-08 15:38:36 +0900
  • 1a7ef75664 fix(lib/cli): fix typos for "extglob" Koichi Murase 2024-09-08 15:36:29 +0900
  • dd789209b5
    aliases/git: Move git plugin aliases to their own file #605 Rob Loach 2024-09-05 12:00:35 -0400
  • 42a6398185
    Update aliases/brew.aliases.md Rob Loach 2024-09-05 11:47:11 -0400
  • 9b48064a54
    Update documentation Rob Loach 2024-09-05 11:46:10 -0400
  • 8b5cc3775b
    aliases/brew: Move brew plugin to aliases Rob Loach 2024-09-05 11:39:02 -0400
  • 205c2b6e2a
    Merge branch 'golang' of github.com:RobLoach/oh-my-bash Rob Loach 2024-09-05 11:37:21 -0400
  • 8c5d0cc904
    Merge branch 'move-aliases' of github.com:RobLoach/oh-my-bash Rob Loach 2024-09-05 11:36:44 -0400
  • cb6934acc9
    Update README.md #603 Rob Loach 2024-09-05 02:52:13 -0400
  • 6a7c763daa
    Update README.md #604 Rob Loach 2024-09-05 02:51:47 -0400
  • 1d163f6e88
    Update README.md Rob Loach 2024-09-05 02:50:44 -0400
  • 9e5dcb93e6
    Merge branch 'master' of github.com:ohmybash/oh-my-bash into move-aliases Rob Loach 2024-09-05 02:46:03 -0400
  • df0c3288b6
    aliases/chezmoi: Move chezmoi to aliases Rob Loach 2024-09-05 02:42:03 -0400
  • 625d7c79d8
    aliases/golang: Move golang to aliases Rob Loach 2024-09-05 02:37:51 -0400
  • 9e47064610
    aliases/kubectl: Move kubectl to aliases Rob Loach 2024-09-05 02:35:07 -0400
  • 5f79f288fc
    Merge eb5b6bf775 into b246494afc #110 Diego MOW 2024-09-05 12:19:49 +0800
  • ec51f976e6
    Merge fa2e886018 into b246494afc #97 KREYREN 2024-09-03 13:58:02 +0200
  • e9aff91e00
    Merge 85562ca401 into b246494afc #99 Rohit Potter 2024-09-03 13:58:02 +0200
  • b246494afc
    aliases/cargo: Move cargo plugin to aliases (#599) Кирилл Леонов 2024-09-03 14:40:28 +0300
  • 3bc4d31f65 aliases/cargo move cargo plugin to aliases #599 Kirill Leonov 2024-09-03 14:33:19 +0300
  • 8751afbf5d
    Merge 9e51395812 into 031e4b7a84 #380 TechDufus 2024-09-01 16:44:32 -0400
  • 9f5fa6d171
    Merge 71b2d2ee52 into 031e4b7a84 #290 Koichi Murase 2024-09-01 16:44:16 -0400
  • eac1e3fd75
    Merge 529e37ea20 into 031e4b7a84 #265 vhash 2024-09-01 16:43:31 -0400
  • 57d8231d33
    Merge 4223c38d55 into 031e4b7a84 #492 John Ferlito 2024-09-02 05:36:53 +0900
  • 031e4b7a84
    feat(plugins): add new plugin "dotnet" for .NET CLI (#597) clebron949 2024-09-01 09:11:59 -0400
  • 9792e2c662
    Update plugins/dotnet/dotnet.plugin.sh #597 clebron949 2024-09-01 08:46:44 -0400
  • 1597c812f7
    Update plugins/dotnet/dotnet.plugin.sh clebron949 2024-09-01 08:42:28 -0400
  • b294e9201f
    Update plugins/dotnet/dotnet.plugin.sh clebron949 2024-09-01 08:42:19 -0400
  • 0d9c63479c Update: Add dotnet completion source. clebron949 2024-09-01 08:14:20 -0400
  • e5b3dce691 Update: Remove completions did not passed test. clebron949 2024-08-31 21:16:18 -0400
  • 0ac82402e9
    Update plugins/dotnet/dotnet.plugin.sh clebron949 2024-08-31 20:54:48 -0400
  • 9fc79396ff Fix suggestions: add link for MIT License. Add dotnet completions. clebron949 2024-08-31 20:53:23 -0400
  • c770cbe1c5
    Merge pull request #587 from HarrisonGagnon/bugfix/theme-ht-env Koichi Murase 2024-09-01 09:25:44 +0900
  • e2abe90f99 docs(lib/omb-prompt-base): comment on the output variable #587 Koichi Murase 2024-08-24 23:06:25 +0900
  • 6031d66ea7 fix(themes/ht): fix usage of "_omb_prompt_get_{rbenv,virtualenv}" Harrison Gagnon 2024-08-15 19:32:15 -0400
  • 4083441dc0
    Merge pull request #596 from tpCodeX/master Koichi Murase 2024-09-01 09:22:17 +0900
  • a0d6af5541 refactor(themes/powerline-icon): allow specifying icons through variables #596 Koichi Murase 2024-09-01 08:30:35 +0900
  • c2f572f14c themes: Add new theme: powerline-wizard tpcodex 2024-08-31 06:52:03 -0300
  • 1c53b8bf5d
    plugins/rbenv: Added a new plugin for working with rbenv (#590) Кирилл Леонов 2024-09-01 03:14:59 +0300
  • a3720d83b2
    plugins/asdf: Add asdf extendable version manager plugin (#593) Rob Loach 2024-08-31 20:13:34 -0400
  • a70a879bfc
    Merge branch 'master' of github.com:ohmybash/oh-my-bash into asdf #593 Rob Loach 2024-08-31 13:50:23 -0400
  • 28f2fadcb4 Refactor add more comments to help with description clebron949 2024-08-31 09:03:58 -0400