linux tweaks.

This commit is contained in:
2014-11-25 02:09:41 -08:00
parent d7c562082b
commit b03fe84f45
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ function focus_emacs {
}
function emacs_get_running_instances {
pgrep -i emacs | xargs ps -o command -p | egrep -o " --daemon=(.*)" | awk -F= '{print $2}' | sed 's/\^J3,4\^J//'
pgrep emacs | xargs ps -o command -p | egrep -o " --daemon=(.*)" | awk -F= '{print $2}' | sed 's/\^J3,4\^J//'
}
function emacs_open {