summaryrefslogtreecommitdiffstats
path: root/.local/bin/idea
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-20 21:33:22 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-20 21:33:22 +0200
commitb7c9bbbc2fd3453707f3748e19cf8710178397e1 (patch)
tree81989c9bdf5c0adda077d5fd7c846640ff812004 /.local/bin/idea
parentCleaner I guess (diff)
downloaddotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.gz
dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.bz2
dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.xz
dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.zst
dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.zip
updates and new script cool
Diffstat (limited to '.local/bin/idea')
-rwxr-xr-x.local/bin/idea16
1 files changed, 8 insertions, 8 deletions
diff --git a/.local/bin/idea b/.local/bin/idea
index a8acfae..d093fc7 100755
--- a/.local/bin/idea
+++ b/.local/bin/idea
@@ -21,15 +21,15 @@ gmi_fmt='\
'"${thought}"
sed -i '' -e '/<!-- thoughts here -->$/{n;s/^/'"${html_fmt}"'/;}' \
- "$HOME"/dev/web/jozanofastora.xyz/thoughts.html
-git -C "$HOME"/dev/web/jozanofastora-www add -u
-git -C "$HOME"/dev/web/jozanofastora-www commit -m "Thought: ${date}"
-git -C "$HOME"/dev/web/jozanofastora-www push
+ "$HOME"/dev/web/joe-www/thoughts.html
+git -C "$HOME"/dev/web/joe-www add -u
+git -C "$HOME"/dev/web/joe-www commit -m "Thought: ${date}"
+git -C "$HOME"/dev/web/joe-www push
sed -i '' -e '15i '"${gmi_fmt}" \
- "$HOME"/dev/web/jozan_gemini/thoughts.gmi
-git -C "$HOME"/dev/web/jozanofastora-gemini add -u
-git -C "$HOME"/dev/web/jozanofastora-gemini commit -m "Thought: ${date}"
-git -C "$HOME"/dev/web/jozanofastora-gemini push
+ "$HOME"/dev/web/joe-gemini/thoughts.gmi
+git -C "$HOME"/dev/web/joe-gemini add -u
+git -C "$HOME"/dev/web/joe-gemini commit -m "Thought: ${date}"
+git -C "$HOME"/dev/web/joe-gemini push
vps