fix: bashrc and zshrc profile sharing

This commit is contained in:
Tobias Reisinger 2019-12-20 02:56:06 +01:00
parent 296c26752c
commit 583d5235ff
3 changed files with 12 additions and 11 deletions

9
.profile Normal file
View file

@ -0,0 +1,9 @@
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH"
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent