diff --git a/curlrc b/curlrc index 6cbadbc..6b41118 100644 --- a/curlrc +++ b/curlrc @@ -1,5 +1,5 @@ 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 fail compressed diff --git a/profile b/profile index 7114406..39bf02a 100644 --- a/profile +++ b/profile @@ -16,6 +16,7 @@ then [ -n "$BASH_VERSION" -a -r "$HOME/.bashrc" ] && . "$HOME/.bashrc" # 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" [ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";