mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update path to sudasong in zshrc and fix emc
This commit is contained in:
parent
76ba431457
commit
4a91323ca7
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for filename in "$@"; do
|
||||
emacsclient -n -e emacs -c "$@"
|
||||
emacsclient -n -c "$@"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user