diff options
| author | AChavali <aryadevchavali1@gmail.com> | 2020-01-03 01:04:50 +0000 | 
|---|---|---|
| committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-03 01:04:50 +0000 | 
| commit | 87818b48c5ce9db4cc8ed52a434459b530118988 (patch) | |
| tree | f547e3c8899d2c6b645e55e46462bd02532d288f | |
| parent | a0ddfe0bce844d337f0d27d251ddccf41b300d25 (diff) | |
| download | dotfiles-87818b48c5ce9db4cc8ed52a434459b530118988.tar.gz dotfiles-87818b48c5ce9db4cc8ed52a434459b530118988.tar.bz2 dotfiles-87818b48c5ce9db4cc8ed52a434459b530118988.zip | |
~made spc use emacs as backup editor, export PF_INFO
using pfetch instead of neofetch
spc fails if no emacs open
| -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 | 
