diff --git a/README.md b/README.md index 2a2859e..19be4a4 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ function oatmeal-sessions() { current=$(pwd) cd "$(oatmeal sessions dir)" - id=$(rg --color always -n "$oatmealdir" | fzf --ansi | awk -F ':' '{print $1}' | head -n1 | awk -F '.' '{print $1}') + id=$(rg --color always -n . | fzf --ansi | awk -F ':' '{print $1}' | head -n1 | awk -F '.' '{print $1}') oatmeal sessions open --id "$id" cd $current