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/.profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index 375479e..28465da 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,5 +1,4 @@ -#!/bin/sh - +export PATH=$PATH:$HOME/.local/bin export SCROT_DIR=$HOME/Pictures/screenshots/ export GDK_BACKEND=wayland export EGL_PLATFORM=wayland @@ -13,10 +12,12 @@ 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 - -[[ -f ~/.bashrc ]] && source ~/.bashrc +export ZDOTDIR="$HOME/.config/zsh" if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then .scripts/swaystart fi + -- cgit v1.2.3