diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ pacs() { FOSSILS_HOME=$HOME/Documents/Fossils fslcd() { - cd $(fossil all ls -c | fzf) + local fsl_checkout + fsl_checkout=$(fossil all ls -c | fzf +m) && + cd "$fsl_checkout" } # fossil init script |
