]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/zsh/files/zshenv
Create dirs
[max/saltfiles.git] / states / zsh / files / zshenv
index dd69c652b2be0bc1e5ce8f9782411ed16fc51932..df7015570312d93da499b0d950e969719c805f98 100644 (file)
@@ -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