From 0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 11 Jan 2021 21:52:49 +0530 Subject: Updates scripts --- scripts/commands/:codi | 2 +- scripts/commands/:notes | 2 +- scripts/commands/:tasks | 2 +- scripts/commands/:today | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/commands') diff --git a/scripts/commands/:codi b/scripts/commands/:codi index 09fb11b..cb4ec8d 100755 --- a/scripts/commands/:codi +++ b/scripts/commands/:codi @@ -3,7 +3,7 @@ filetype=${1:-javascript} tmpfile=$(mktemp /tmp/interpreter.XXXXXXX) -sensible-terminal -e sh -c "~/.bin/with_zsh 'codi $filetype $tmpfile'"; +sensible-terminal -e sh -c "~/scripts/bin/with_zsh 'codi $filetype $tmpfile'"; rm $tmpfile; diff --git a/scripts/commands/:notes b/scripts/commands/:notes index cf5a8cc..2406947 100755 --- a/scripts/commands/:notes +++ b/scripts/commands/:notes @@ -1,3 +1,3 @@ #!/usr/bin/env sh -sensible-terminal -e sensible-editor ~/.config/vimwiki/index.md; +sensible-terminal -e sensible-editor ~/nixos/extras/notes/index.md; diff --git a/scripts/commands/:tasks b/scripts/commands/:tasks index d020ddf..93b59ec 100755 --- a/scripts/commands/:tasks +++ b/scripts/commands/:tasks @@ -1,4 +1,4 @@ #!/usr/bin/env bash -sensible-terminal -e sensible-editor ~/.config/vimwiki/Work.md; +sensible-terminal -e sensible-editor ~/nixos/extras/notes/Work.md; diff --git a/scripts/commands/:today b/scripts/commands/:today index ec7b295..4f695e5 100755 --- a/scripts/commands/:today +++ b/scripts/commands/:today @@ -1,4 +1,4 @@ #!/usr/bin/env bash -sensible-terminal -e sensible-editor ~/.config/vimwiki/Today.md; +sensible-terminal -e sensible-editor ~/nixos/extras/notes/Today.md; -- cgit v1.3.1