aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-10-06 23:12:34 +0300
committerYaroslav <contact@yaroslavps.com>2020-10-06 23:12:34 +0300
commit8a1cb1f4a92715f8e1677e869b7719fb145e0097 (patch)
tree005bd8964e0b078110c87185041497dab07b847c /dotfiles/.profile
parent3b26ffea20618394be7fa88a8e02239f719295d0 (diff)
downloadswayrice-8a1cb1f4a92715f8e1677e869b7719fb145e0097.tar.gz
swayrice-8a1cb1f4a92715f8e1677e869b7719fb145e0097.zip
add custom GOPATH for le clean home
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index d9c27a8..3b9d5a3 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -10,6 +10,7 @@ export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export QT_QPA_PLATFORMTHEME="qt5ct"
export _JAVA_AWT_WM_NONREPARENTING=1
+export MANWIDTH=80
# User specific environment and startup programs:
export LANG=en_US.UTF-8
@@ -30,6 +31,7 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
+export GOPATH="$XDG_DATA_HOME/go"
eval "$(dircolors "$HOME/.config/dir_colors")"
# Start sway automatically upon login on tty1 or tty2