From ea9cffa6e5a88b24f62941ba4fa94f96645b1d48 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 6 May 2021 11:14:17 +0400 Subject: Added new floating windows to xmonad config, changed zsh config and added new env variables to .profile --- .profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index fd1fb9a..2624bc8 100644 --- a/.profile +++ b/.profile @@ -36,7 +36,10 @@ export GNUPGHOME="$XDG_DATA_HOME/gnupg" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export STACK_ROOT="$XDG_DATA_HOME/stack" export R_ENVIRON="$XDG_CONFIG_HOME/r/.Renviron" +export GOPATH="$XDG_DATA_HOME/go" export XMONAD_CONFIG_HOME="$XDG_CONFIG_HOME/xmonad" export XMONAD_DATA_HOME="$XDG_DATA_HOME/xmonad" export XMONAD_CACHE_HOME="$XDG_CACHE_HOME/xmonad" + +export PATH="$PATH:$CARGO_HOME/bin" -- cgit v1.2.3