diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-17 00:17:42 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-17 00:17:42 +0100 |
commit | 9bfcec24005e1e6c792e487c70a8d2f091953cd8 (patch) | |
tree | f8a06070c9acc639280b087062f208cae99bb936 /Shell/.zshrc | |
parent | 052f7d0a9e902220974b91085431825a91b89c3f (diff) | |
download | dotfiles-9bfcec24005e1e6c792e487c70a8d2f091953cd8.tar.gz dotfiles-9bfcec24005e1e6c792e487c70a8d2f091953cd8.tar.bz2 dotfiles-9bfcec24005e1e6c792e487c70a8d2f091953cd8.zip |
(Shell)~rearranged .zprofile, moved some exports .zshrc->.zprofile
This is so Emacs (via systemd) gets the most up to date information
possible.
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index e31467c..4b063db 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,7 +1,5 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- -export DOTNET_ROOT=~/.local/src/dotnet -export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" ## Variables TERM=xterm-256color ## Aliases |