aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands/:codi
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-01-11 21:52:49 +0530
committerAkshay Nair <phenax5@gmail.com>2021-01-11 21:52:49 +0530
commit0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc (patch)
tree26e087bc89c9a6b2d567dd59acf885393470d35f /scripts/commands/:codi
parent9c6ca8f41864fc1e0bf367dd4324e38d22aece98 (diff)
downloadnixos-config-0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc.tar.gz
nixos-config-0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc.zip
Updates scripts
Diffstat (limited to 'scripts/commands/:codi')
-rwxr-xr-xscripts/commands/:codi2
1 files changed, 1 insertions, 1 deletions
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;