aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bin/ecmd2
-rwxr-xr-xscripts/commands/:emacs4
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/bin/ecmd b/scripts/bin/ecmd
index bc04a6d..c6f6515 100755
--- a/scripts/bin/ecmd
+++ b/scripts/bin/ecmd
@@ -1,6 +1,6 @@
#!/usr/bin/env zsh
-source ~/.config/zshconf/paths.zsh;
+source ~/nixos/config/zsh/paths.zsh;
cd $COMMANDS_DIR;
diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs
new file mode 100755
index 0000000..07bdb9f
--- /dev/null
+++ b/scripts/commands/:emacs
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+emacsclient -c -n;
+