Files
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
..
2021-12-28 08:46:26 -05:00
2023-03-26 10:22:17 -04:00