Merge branch 'master' of vi-di.fr:dotfiles
This commit is contained in:
commit
f9a10e84df
3 changed files with 2 additions and 3 deletions
1
bashrc
1
bashrc
|
@ -624,4 +624,3 @@ export PYTHONSTARTUP=~/Programmation/dotfiles/startup.py
|
|||
#Launch startx when login
|
||||
[[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx
|
||||
|
||||
calendar -f ~/calendar
|
||||
|
|
|
@ -30,12 +30,13 @@
|
|||
textconv = odt2txt
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
default = current
|
||||
|
||||
[sendemail]
|
||||
smtpencryption = tls
|
||||
smtpserver = www.villaro-dixon.eu
|
||||
smtpserverport = 587
|
||||
smtpuser = frank_mail
|
||||
|
||||
[credential]
|
||||
helper = cache
|
||||
|
|
|
@ -118,7 +118,6 @@ if [ $(hostname) = "intersect" ]; then
|
|||
else
|
||||
SECURE_DIR=~
|
||||
echo "FIXME"
|
||||
exit
|
||||
fi;
|
||||
|
||||
#simple files
|
||||
|
|
Loading…
Reference in a new issue