smaller updates

This commit is contained in:
Tobias Schmidl 2016-12-07 17:02:17 +01:00
parent c658f89b56
commit db4a6dc9bd
2 changed files with 2 additions and 1 deletions

2
curlrc
View file

@ -1,5 +1,5 @@
capath = /etc/ssl/certs capath = /etc/ssl/certs
ciphers = HIGH:kEDH:-AES128:!3DES:!DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH:!PSK:!DSS:!AESGCM ciphers = HIGH:kEDH:-AES128:!3DES:!DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH:!PSK:!DSS
tlsv1.2 tlsv1.2
fail fail
compressed compressed

View file

@ -16,6 +16,7 @@ then
[ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc" [ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc"
# set PATH so it includes user's private bin if it exists # set PATH so it includes user's private bin if it exists
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH" [ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh"; [ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";