From 5eee5b44924bf9079a67d5bc7612bfad56ddeed3 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 17 Jan 2020 19:14:34 +0300 Subject: config restructuring and cleanup --- dotfiles/.zprofile | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) mode change 100644 => 120000 dotfiles/.zprofile (limited to 'dotfiles/.zprofile') diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile deleted file mode 100644 index 65908bc..0000000 --- a/dotfiles/.zprofile +++ /dev/null @@ -1,21 +0,0 @@ -export PATH=$PATH:$HOME/.scripts -export SCROT_DIR=$HOME/Pictures/screenshots/ -export GDK_BACKEND=wayland -export EGL_PLATFORM=wayland -export CLUTTER_PLATFORM=wayland -export SDL_VIDEODRIVER=wayland -export QT_QPA_PLATFORM=wayland-egl -export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -export QT_QPA_PLATFORMTHEME="qt5ct" -export _JAVA_AWT_WM_NONREPARENTING=1 - -# User specific environment and startup programs: -export LANG=en_US.UTF-8 -export TERM=xterm-256color -export TERMINAL=termite -export EDITOR="nvim" -export BROWSER=qutebrowser - -if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then - .scripts/swaystart -fi diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile new file mode 120000 index 0000000..aa7da3a --- /dev/null +++ b/dotfiles/.zprofile @@ -0,0 +1 @@ +.profile \ No newline at end of file -- cgit v1.2.3