diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-13 23:39:30 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-13 23:39:30 +0200 |
commit | 0509ddccabb1fce9e1dcef342f14830207571c76 (patch) | |
tree | 3d9eebaf2fdb6a15bd8f43b1afb9d72026bc6fcc /zsh/.zprofile | |
parent | dc7bb2769430a61e528863a3ce7e566b8ce561b7 (diff) | |
download | dotfiles-0509ddccabb1fce9e1dcef342f14830207571c76.tar.xz |
profile: moved XAUTHORITY to -leeloo, export GPG_AGENT_INFO properly
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index a0ca536..50ce356 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -8,7 +8,6 @@ export MPV_HOME="$XDG_CONFIG_HOME"/mpv export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose -export XAUTHORITY="$HOME"/.local/share/xorg/authority export ABSROOT="$HOME"/build/abs |