summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-12-04 15:43:19 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2021-12-04 16:19:02 +0100
commit7e919bbea37c30eade041394e079e16ac81ce899 (patch)
tree71bd9c442c2af984e971ad2cb0a23b80f3d76326 /.bash_profile
parentd89399f8b60ef005ef120b2ee003e15961c0bea9 (diff)
Switched from bash to zsh
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile23
1 files changed, 0 insertions, 23 deletions
diff --git a/.bash_profile b/.bash_profile
deleted file mode 100644
index 9ff510d..0000000
--- a/.bash_profile
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# ~/.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 MAKEFLAGS="-j$(nproc)"
-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