dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | cbf93b4816b3b51e0a747a5d2f22206e7bb1bb1f |
parent | 523ed62cd3ee37748056429de891985a0b3c9fd7 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Thu, 2 Jan 2025 21:25:50 +0100 |
Cleanup of bash files
Diffstat:M | .xdg/config/bash/bash_profile | | | ++++-- |
M | .xdg/config/git/config | | | +- |
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile
@@ -2,11 +2,13 @@
# ${XDG_CONFIG_HOME}/bash/bash_profile
#
export VIM_HOME="$XDG_CONFIG_HOME/vim"
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC'
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
export GVIMINIT='let $MYGVIMRC="$VIM_HOME/gvimrc" | source $MYGVIMRC'
export VIMINIT='let $MYVIMRC="$VIM_HOME/vimrc" | source $MYVIMRC'
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
diff --git a/.xdg/config/git/config b/.xdg/config/git/config
@@ -1,7 +1,7 @@
[user]
email = mail@dimitrijedobrota.com
name = Dimitrije Dobrota
signingkey = 13BEE767F44D779F
signingkey = 8110CD8097D1704A
[core]
editor = vim
[init]