diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-31 19:07:20 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-31 19:42:58 +0100 |
commit | 6730e984c67f1eeefd2f6ce35d5990012c1e2beb (patch) | |
tree | 4ac0a67b634fa8c8c18cff32cfb078610881ceb6 /.bash_profile | |
parent | ce91e79b50df9e906518400e95b0b5a445f8e312 (diff) |
Revert "Added exports for vim fugitive dotfiles support"
This reverts commit c0ebf26702aae176151d8829465729923912ab50.
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 |