about summary refs log tree commit diff stats
path: root/dot_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_profile')
-rw-r--r--dot_profile18
1 files changed, 0 insertions, 18 deletions
diff --git a/dot_profile b/dot_profile
deleted file mode 100644
index 292f80e..0000000
--- a/dot_profile
+++ /dev/null
@@ -1,18 +0,0 @@
-# vim: ft=sh
-
-export XDG_CONFIG_HOME="$HOME/.config"
-export XDG_DATA_HOME="$HOME/.local/share"
-export XDG_STATE_HOME="$HOME/.local/state"
-
-export PATH="$PATH:$HOME/.local/bin:$XDG_DATA_HOME/bin"
-
-# remove some junk from the homedir
-export GNUPGHOME="$XDG_DATA_HOME/gnupg"
-export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
-export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
-export HISTFILE="$XDG_STATE_HOME/bash/history"
-
-export GOPATH="$XDG_DATA_HOME/go"
-export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
-
-[[ -z $(pidof Xorg) ]] && [[ $(tty) = "/dev/tty1" ]] && sx