diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile index efd1abf..40853ae 100644 --- a/.bash_profile +++ b/.bash_profile @@ -18,8 +18,4 @@ 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 -# For vim fugitive dotfiles support -export GIT_DIR=$HOME/.cfg -export GIT_WORK_TREE=$HOME - [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 |