oh-my-fish_theme-bobthefish/functions
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
..
__bobthefish_colors.fish Fix k8s colors 2021-12-28 08:46:26 -05:00
__bobthefish_display_colors.fish Improved color scheme handling. 2018-03-25 08:58:10 -07:00
__bobthefish_glyphs.fish Add a $fish_private_mode indicator. 2020-08-28 07:00:15 -07:00
bobthefish_display_colors.fish Add k8s-context segment to bobthefish_display_colors 2021-12-28 08:46:33 -05:00
fish_greeting.fish move files to support fisher plugin standards (#293) 2021-01-23 10:47:21 -08:00
fish_mode_prompt.fish move files to support fisher plugin standards (#293) 2021-01-23 10:47:21 -08:00
fish_prompt.fish Fix pwd calculation for git worktrees 2023-06-16 09:21:00 -04:00
fish_right_prompt.fish move files to support fisher plugin standards (#293) 2021-01-23 10:47:21 -08:00
fish_title.fish Don't overwrite $hostname 2023-03-26 10:22:17 -04:00