summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index c7725af..8b0390c 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -4,12 +4,15 @@ export EDITOR=emacsclient
export TERMINAL=urxvt
export LEDGER_FILE=$HOME/org/hledger/2021.journal
export CHEMACS_PROFILE=default
-if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* ]]; then
+if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* || $(hostname) =~ fedora ]]; then
export MOZ_ENABLE_WAYLAND=1
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
#export GDK_SCALE=2
fi
+if [[ $(hostname) =~ fedora ]]; then
+ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
+fi
PATH="$HOME/bin:$HOME/build/doom-emacs/bin:$PATH:$HOME/.cargo/bin"