diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/idea | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/idea b/.local/bin/idea index c6ffa6d..86335c8 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -18,7 +18,7 @@ html_fmt='\t\t\t\t<h3>'"${date}"'</h3>\ ' case $(hostname -s) in mother|po-rbo) sed="sed -i" ;; - fbsd-tp) sed="sed -i ''" ;; + mars) sed="sed -i ''" ;; esac $sed -e '/<!-- thoughts here -->$/{n;s#^#'"${html_fmt}"'#;}' \ |