summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-10-30 21:18:14 -0500
committerChristian Cleberg <hello@cleberg.net>2024-10-30 21:18:14 -0500
commit8fb18f82b51b8977325fb5a87a9d046f01336ae6 (patch)
treec87a74614c950fafd6bfaf544b52f9a6766c3e6b /.zprofile
parentd7a715a4ddb9e99b42444cef34c2736cece9c2a5 (diff)
downloaddotfiles-8fb18f82b51b8977325fb5a87a9d046f01336ae6.tar.gz
dotfiles-8fb18f82b51b8977325fb5a87a9d046f01336ae6.tar.bz2
dotfiles-8fb18f82b51b8977325fb5a87a9d046f01336ae6.zip
update dotfiles
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile17
1 files changed, 2 insertions, 15 deletions
diff --git a/.zprofile b/.zprofile
index 267cbf5..65e1f5b 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,15 +1,2 @@
-if test -z "${XDG_RUNTIME_DIR}"; then
- export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
- if ! test -d "${XDG_RUNTIME_DIR}"; then
- mkdir "${XDG_RUNTIME_DIR}"
- chmod 0700 "${XDG_RUNTIME_DIR}"
- fi
-fi
-
-# Sway fixes for firefox and screensharing
-export MOZ_ENABLE_WAYLAND="1"
-export XDG_CURRENT_DESKTOP=sway
-export QT_QPA_PLATFORM="wayland-egl"
-
-# Connect to VPN
-doas $HOME/vpn.sh
+eval "$(/opt/homebrew/bin/brew shellenv)"
+export GPG_TTY=$(tty)