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
Koichi Murase
dd7807fcd2
Merge pull request #432 from fox-forks/quoting
...
fix: Quoting
2023-05-13 23:42:32 -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
Edwin Kofler
0c07172c02
fix: Fix quoting
...
Co-authored-by: Koichi Muarse <myoga.murase@gmail.com >
2023-04-16 18:23:22 +09:00
Edwin Kofler
5cd1f0eb16
style: Remove trailing whitespace and add missing final newlines
2023-04-16 17:43:09 +09:00
David Dreggors
bea5dc9406
lib, themes: Preserve users' PROMPT_DIRTRIM
...
These changes in "themes/{agnoster,roderik,vscode}.sh" and "lib/shopt.sh" will
allow a user to set the PROMPT_DIRTRIM variable in their .bashrc and change the
prompt path length.
Co-authored-by: Koichi Murase <myoga.murase@gmail.com >
2023-04-09 14:23:23 -07:00
Koichi Murase
d7993748b0
themes/doubletime: Fix "command not found" error caused by #118 ( Fix #429 )
...
This is a regression by PR #118 on GitHub [1].
[1] https://github.com/ohmybash/oh-my-bash/pull/118 .
2023-04-05 15:24:35 +09:00
Mihir Patel
aabc172d7a
themes/agnoster: Fix "command not found" error caused by #118 ( Fix #429 )
...
This is a regression by PR #118 on GitHub [1]. `git_status_dirty` and
`git_stash_dirty` are functions and not external commands.
[1] https://github.com/ohmybash/oh-my-bash/pull/118
2023-04-05 15:22:33 +09:00
Koichi Murase
1453db64c8
global: Use "command" to run "hg"
2023-04-05 10:35:13 +09:00
Koichi Murase
897876eae1
global: Use "command" to run "git" and "svn"
2023-04-05 10:35:11 +09:00
Edwin Kofler
80b4974044
fix: Small syntax improvements ( #424 )
2023-04-02 03:02:29 +09:00
Koichi Murase
8531e1ba3c
Merge pull request #401 from akinomyoga/agnoster2021
...
themes/agnoster: Incorporate recent changes of the upstream and refactor
2023-02-22 20:40:39 -08:00
Koichi Murase
5e22c1a213
Merge pull request #400 from ohmybash/gh372
...
themes/rr: Add Python virtual environments
2023-02-22 20:39:20 -08:00
Koichi Murase
f085e5718d
themes/agnoster: Refactor the new codes
2023-02-16 16:35:59 +09:00
Koichi Murase
a6b655b136
themes/agnoster: Change indentation
2023-02-16 16:35:59 +09:00
Koichi Murase
8c2f1d5049
themes/agnoster: Incorporate recent changes of the upstream
...
5c79b669bc...1165d1b3f1
2023-02-16 16:35:59 +09:00
Koichi Murase
3d426eb926
themes/agnoster: Add proper copyright notices
2023-02-16 16:07:59 +09:00
Koichi Murase
26f48b030d
themes/rr: Refactor using OMB_PROMPT_VIRTUALENV_FORMAT
2023-02-16 14:32:59 +09:00
Koichi Murase
c6b9984014
themes/rr: Change indentation
2023-02-16 14:29:18 +09:00
Gabriele Sorci
dd7c825762
themes/rr: Add Python virtual environments
...
https://github.com/ohmybash/oh-my-bash/issues/372#issuecomment-1325678142
2023-02-16 14:12:28 +09:00
Ahmd Mhmd Wddh
acc2cc81b4
themes/axin: Apply a style to the Python virtual environments in prompt
...
- themes/axin: Add Python Virtual Environment Name before terminal
Prompt for developers when Virtual Environment is activated.
- themes/axin: Rebase on top of the master, where Python virtual
environments are already added in the promopt. This PR effectively
just changes the style, which I tentatively copied from
plugins/sexy.
2023-02-16 14:05:46 +09:00
Koichi Murase
1288ba3c06
Merge pull request #373 from walidabualafia/conda-prompt
...
themes/sexy: Display Python virtual environments and refactor
2023-02-15 17:00:24 -08:00
Koichi Murase
797da91d75
Merge pull request #335 from juanswan13/patch-1
...
themes/sirup: Show Python virtual environments
2023-02-15 16:58:46 -08:00
Koichi Murase
6984032275
themes/axin: Support OMB_PROMPT_SHOW_PYTHON_VENV
2023-02-12 17:04:33 +09:00
Koichi Murase
114d1045a5
themes/sexy: Use OMB prompt colors
2023-02-12 17:04:12 +09:00
Koichi Murase
55a31c6b96
themes/sexy: Support OMB_PROMPT_SHOW_PYTHON_VENV
2023-02-12 17:02:34 +09:00
walid
6e7a306d3e
themes/sexy: Refactor coding styles
...
Co-authored-by: Koichi Murase <myoga.murase@gmail.com >
2023-02-12 16:25:25 +09:00
walid
836c888699
themes/sexy: Add the active conda environment's name to PS1
...
Co-authored-by: Koichi Murase <myoga.murase@gmail.com >
2023-02-12 16:03:00 +09:00
Koichi Murase
71d9a1b7da
themes/sirup: Move segment "python_venv" next to segment "ruby_gem"
2023-02-12 15:42:00 +09:00
Koichi Murase
b991b94cab
themes/sirup: Support OMB_PROMPT_SHOW_PYTHON_VENV
2023-02-12 15:36:06 +09:00
Koichi Murase
09d7b5a639
themes/sirup: Use an existing utility for python_venv
2023-02-12 15:36:06 +09:00
Juan Swan
937cbbb8a5
themes/sirup: Show VirtualEnv
...
Added the ability to show the current Virtual Env when using Python Virtual Env.
If there's not vitual env, the theme works normal.
2023-02-12 15:36:06 +09:00
Koichi Murase
2d51ceacb0
themes/absimple: Reuse codes from the "agnoster" theme
2023-02-12 15:13:29 +09:00
Koichi Murase
ec88f62aa3
themes/agnoster: Refactor prompt_{virtual,conda}env
2023-02-12 14:50:58 +09:00
Koichi Murase
f52e91e119
themes/agnoster: Support OMB_PROMPT_SHOW_PYTHON_VENV
2023-02-12 14:33:25 +09:00
baocheny
cf2a130624
themes/agnoster: Add condaenv prompt
...
Co-authored-by: Koichi Murase <myoga.murase@gmail.com >
2023-02-12 14:23:46 +09:00
Koichi Murase
096ff01f40
themes/luan: Move python_venv next to ruby_env
2023-02-11 23:10:07 +09:00
Koichi Murase
0ab6594e92
themes/luan: Disable the python venv by default
2023-02-11 23:10:07 +09:00
Koichi Murase
d0ea8378a0
themes/luan: Refactor the prompt codes
2023-02-11 23:10:07 +09:00
Koichi Murase
7a54475d48
themes: Specify default OMB_PROMPT_SHOW_PYTHON_VENV for each theme
2023-02-11 23:10:07 +09:00
Askaiant
e3ecc9738c
themes/luan: Define python venv as optional
...
Co-authored-by: Koichi Murase <myoga.murase@gmail.com >
2023-02-11 23:06:43 +09:00
Koichi Murase
59f6ef145b
global: Switch the function-declarations to avoid unexpected alias expansions
2023-02-10 00:38:56 +09:00
nmarghetti
6fd237c363
tools/install,etc: Add quote around path variables to handle case with space in $HOME or $OSH
2022-10-07 19:47:03 +09:00
Koichi Murase
a4c92d60ce
themes/absimple: Use the standard way to register PROMPT_COMMAND
2022-10-07 19:36:11 +09:00
Koichi Murase
b07eaa1ce4
themes/absimple: Update description
...
* themes/absimple/amsimple.theme.sh: Update description
* themes/absimple/README: Update description
2022-10-02 11:18:34 +09:00
aueoiae
80a2551f06
themes: Add "absimple"
2022-10-02 11:18:34 +09:00
Koichi Murase
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
Grant Jurgensen
cde121eccd
themes/{robbyrussell,rr}: Add separate prefixes for svn and hg
2022-09-16 20:10:17 +09:00
Grant Jurgensen
748b5842f7
themes/{robbyrussell,rr}: Add _omb_prompt_normal to end of prompt
2022-09-13 08:10:17 +09:00