diff --git a/Examples.md b/Examples.md index a0dfb51..e8d7260 100644 --- a/Examples.md +++ b/Examples.md @@ -273,7 +273,7 @@ alias jj=zz ```sh # c - browse chrome history c() { - local cols sep hist + local cols sep cols=$(( COLUMNS / 3 )) sep='{{::}}'