summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2021-12-05 13:18:41 +0100
committeradamstuck <adam.moloney.stuck@gmail.com>2021-12-05 13:18:41 +0100
commitd6be8c60a519d079fe995a4f518864338b318245 (patch)
tree826da27af169ed780eb2d18469bc0681dfcd2f09 /.bash_profile
parentacc738e97247d18fb9da2d132ad8ece0cc7aa0ea (diff)
Revert "Switched from bash to zsh"
This reverts commit 47fe2ede669c5a52f0b42273146f41ebed59a9c8.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile22
1 files changed, 22 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..808aa38
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,22 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_CACHE_HOME=$HOME/.cache
+export XDG_DATA_HOME=$HOME/.local/share
+export XDG_STATE_HOME=$HOME/.local/state
+export XDG_DATA_DIRS="/usr/local/share:/usr/share"
+export XDG_CONFIG_DIRS="/etc/xdg"
+
+export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
+export HISTFILE="$XDG_STATE_HOME"/bash/history
+export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
+export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
+export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
+export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
+export RANGER_LOAD_DEFAULT_RC=FALSE
+
+[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1