Sebastian Noe
fa8e05dbfb
add new aws profile setting to prompt option list
2023-10-05 09:01:52 +02:00
Sebastian Schneider
171fa56ec8
show current AWS Profile in prompt
2023-10-04 17:10:59 +02:00
Ramon Rüttimann
c2c47dc964
Fix pwd calculation for git worktrees
...
A refactor changed this block from a `set git_dir $PWD` to
`set git_dir $real_pwd`, but as `real_pwd` is a "static" variable and
not dynamically computed, this breaks within the `pushd` / `popd` flow.
Instead of using `$real_pwd`, we need to compute the *current* directory
by calling `__bobthefish_pwd` again.
Fixes #249 .
2023-06-16 09:21:00 -04:00
Taylor "Nekroze" Lawson
ed896b65c3
Fix error when k8s context defined but namespace isn't ( #343 )
...
Fixed simple mistake of not double qouting namespace so when
empty -z consumed -o as its input.
2023-05-07 22:42:24 -04:00
Taylor "Nekroze" Lawson
06ebe3b9af
Hide k8s context or namespace when they are 'default' ( #338 )
2023-03-15 13:12:26 -04:00
Justin Hileman
2dcfcab653
Fix invalid range in node segment
...
Fixes #326
2022-08-01 21:41:04 -06:00
Shane Mook
14a6f2b317
Update ruby asdf support for output of asdf v0.8.1 ( #305 )
...
- asdf not output three columns for for `asdf current version`, the first being the plugin name
- Update the provenance format to match
2022-04-05 13:16:16 -04:00
Hans Larsen
1eaed8c399
Add more options to conditionally show node version ( #315 )
2022-02-03 02:15:51 -05:00
Justin Hileman
332f23abd7
Use more portable uname -n
rather than hostname
.
...
Fixes #312
2021-11-05 10:16:55 -04:00
Nathan Gilbert
626bd39b00
update check for nvm to allow for functions
2021-01-27 19:51:15 -08:00
Justin Hileman
27c4df467d
Minor code style cleanup.
2021-01-24 14:25:02 -08:00
Wes Baker
af5aac28c4
Add FNM as an alternative to NVM ( #292 )
...
* Add FNM as an alternative to NVM
* Made the __bobthefish_prompt_nvm generic for nvm and fnm
* Hide errors on node_manager current
* Check for color_nvm and set color_node based on that
2021-01-24 14:14:30 -08:00
Nathan Gilbert
954fbc961b
move files to support fisher plugin standards ( #293 )
2021-01-23 10:47:21 -08:00