update path to sudasong in zshrc and fix emc

This commit is contained in:
ksyasuda
2021-11-06 16:32:02 -07:00
parent 76ba431457
commit 4a91323ca7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
for filename in "$@"; do
emacsclient -n -e emacs -c "$@"
emacsclient -n -c "$@"
done