Changes in profile.d

This commit is contained in:
Xavier Logerais 2017-05-17 11:01:35 +02:00
parent dff6dcabb4
commit fa95e754a8
3 changed files with 8 additions and 1 deletions

View File

@ -4,5 +4,5 @@
export TERMINAL=urxvtc export TERMINAL=urxvtc
export PAGER=less export PAGER=less
export EDITOR=vim export EDITOR=vim
export BROWSER=firefox export BROWSER=surf

6
profile.d/keychain Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if $(which keychain &> /dev/null)
then
eval $(keychain --agents ssh,gpg)
fi

1
profile.d/mpd Normal file
View File

@ -0,0 +1 @@
MPD_HOST=volumio