Add oh-my-bash

This commit is contained in:
Tobias Reisinger 2021-02-13 22:52:08 +01:00
parent 3d17d60bc9
commit 6b3f597745
7 changed files with 106 additions and 58 deletions

View file

@ -2,6 +2,8 @@ export VIMINIT='source ~/.config/vim/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
export ZDOTDIR="$HOME/.config/zsh"
source "$HOME/.config/environment"
if [ -x "$(command -v gpgconf)" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent