diff options
-rw-r--r-- | zshenv | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/bin:~/.emacs.d/bin export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true export DOTNET_CLI_TELEMTRY_OPTOUT=1 +export PF_INFO="ascii title os memory uptime editor shell" export EDITOR="emacs" export SHELL="zsh" alias yapf='python2 -m yapf' @@ -13,7 +14,7 @@ export ZSH_THEME="af-magic" # Programming spc() { # Use this to create a new frame quickly. Also when you just want to open Emacs. - emacsclient -c --socket-name=MAIN $1 & disown + emacsclient -c -a=emacs --socket-name=MAIN $1 & disown } spu() { # Use this for times where you've already got a emacsclient frame open |