X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshenv;h=df7015570312d93da499b0d950e969719c805f98;hb=HEAD;hp=dd69c652b2be0bc1e5ce8f9782411ed16fc51932;hpb=f879c7711f2651135b87d059ce59604a80d61696;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index dd69c65..df70155 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -3,6 +3,7 @@ path=(~/.local/bin ~/.cargo/bin $path[@]) if [[ $XDG_SESSION_TYPE == "wayland" ]]; then export QT_QPA_PLATFORM=wayland-egl + export MOZ_ENABLE_WAYLAND=1 fi # make less more friendly for non-text input files, see lesspipe(1) @@ -14,7 +15,7 @@ fi # colored GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -export EDITOR="vim" +export EDITOR="nvim" export TMPDIR="/tmp/${USER}" export GIT_PS1_SHOWDIRTYSTATE=true @@ -29,3 +30,7 @@ eval $(dircolors ~/.dir_colors) export GPG_TTY=$(tty) export _JAVA_AWT_WM_NONREPARENTING=1 + +export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock + +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket