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

@ -13,8 +13,9 @@ fi
export ZSH="/home/sudacode/.oh-my-zsh"
export PATH="$HOME/scripts:$PATH"
export PATH="$HOME/Work/scripts:$PATH"
export PATH="$HOME/Work/rofi/:$PATH"
export PATH="$HOME/.bin:$PATH"
export PATH="$HOME/projects/Python/get_song/src/:$PATH"
export PATH="$HOME/Projects/Python/Sudasong/src/:$PATH"
export EDITOR=vim
export VISUAL=vim

View File

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