Changes in profile.d
This commit is contained in:
parent
dff6dcabb4
commit
fa95e754a8
@ -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
6
profile.d/keychain
Normal 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
1
profile.d/mpd
Normal file
@ -0,0 +1 @@
|
|||||||
|
MPD_HOST=volumio
|
Loading…
Reference in New Issue
Block a user