Fix minor issues
This commit is contained in:
parent
62ce510326
commit
900c080676
3 changed files with 12 additions and 17 deletions
|
@ -1,12 +1,7 @@
|
|||
export VIMINIT='source ~/.config/vim/vimrc'
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
||||
source "$HOME/.config/environment"
|
||||
. "$HOME/.config/environment"
|
||||
. "$HOME/.config/aliasrc"
|
||||
|
||||
if [ -x "$(command -v gpgconf)" ]; then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
fi
|
||||
|
||||
[ -x "$(command -v mpd)" ] && mpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue