Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman authored Nov 23, 2023
1 parent d629f1e commit 6c147d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c147d0

Please sign in to comment.