diff options
author | Joe <rrbo@proton.me> | 2023-03-09 10:40:34 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-09 10:40:34 +0100 |
commit | 38d4ccdce9c08aedb2d80e23ca048d10f09945ac (patch) | |
tree | d7b226673d08699dd657232ffea7b089fa6588c6 /.local/bin/idea | |
parent | up (diff) | |
download | dotfiles-bsd-38d4ccdce9c08aedb2d80e23ca048d10f09945ac.tar.gz dotfiles-bsd-38d4ccdce9c08aedb2d80e23ca048d10f09945ac.tar.bz2 dotfiles-bsd-38d4ccdce9c08aedb2d80e23ca048d10f09945ac.tar.xz dotfiles-bsd-38d4ccdce9c08aedb2d80e23ca048d10f09945ac.tar.zst dotfiles-bsd-38d4ccdce9c08aedb2d80e23ca048d10f09945ac.zip |
MARS
Diffstat (limited to '.local/bin/idea')
-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}"'#;}' \ |