too much to remember
This commit is contained in:
parent
d0a680305c
commit
2a4e6c15f3
17 changed files with 311 additions and 82 deletions
27
.profile
27
.profile
|
@ -1,26 +1 @@
|
|||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||
|
||||
export EDITOR='/usr/bin/vim'
|
||||
export VIMINIT="source $HOME/.config/vim/vimrc"
|
||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
|
||||
export MAILCAPS="$HOME/.config/mailcap/mailcaprc"
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
|
||||
if [ -x "$(command -v gpgconf)" ]
|
||||
then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
fi
|
||||
|
||||
[ -x "$(command -v jack_control)" ] && ($HOME/.local/bin/start_jack >/tmp/jack.log 2>&1 &)
|
||||
|
||||
if [ -x "$(command -v mopidy)" ]
|
||||
then
|
||||
sh -c "sleep 12 && mopidy" & # mopidy needs internet (wait some secs) for spotify
|
||||
else
|
||||
[ -x "$(command -v mpd)" ] && (mpd &)
|
||||
fi
|
||||
|
||||
[ -x "$(command -v ympd)" ] && (ympd --webport 54594 &)
|
||||
|
||||
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc
|
||||
source $HOME/.config/environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue