update bash-it
This commit is contained in:
parent
775ad8fad5
commit
09db4add05
2
snippy
2
snippy
@ -92,7 +92,7 @@ run(){
|
|||||||
cursor=0
|
cursor=0
|
||||||
|
|
||||||
# replace {clipboard} by the cliboard comtent
|
# replace {clipboard} by the cliboard comtent
|
||||||
sed -i -e "s/{clipboard}/$current_clip/g" "$TMPFILE"
|
sed -i -e "s_{clipboard}_${current_clip}_g" "$TMPFILE"
|
||||||
|
|
||||||
# Check if there is a {cursor} placeholder
|
# Check if there is a {cursor} placeholder
|
||||||
if grep -qF '{cursor}' "$TMPFILE";then
|
if grep -qF '{cursor}' "$TMPFILE";then
|
||||||
|
Loading…
Reference in New Issue
Block a user