dotfiles/.zshenv

22 lines
526 B
Bash
Executable File

#!/bin/zsh
export PATH="$PATH:$HOME/.local/scripts:$HOME/.local/share/gem/ruby/3.0.0/bin/:$HOME/.cargo/bin"
export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1
export EDITOR=/bin/nvim
export VISUAL=/bin/nvim
export BROWSER=/bin/librewolf
export FILE=/bin/thunar
export PAGER=/bin/less
export GNUPGHOME="$HOME/.config/gnupg"
export CARGO_HOME="$HOME/.local/share/cargo"
export RUSTUP_HOME="$HOME/.local/share/rustup"
export MIX_HOME="$HOME/.local/share/mix"
if [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi