8 lines
232 B
Bash
8 lines
232 B
Bash
alias ll="ls -FlaGh --color=always"
|
|
alias rsyncdir="rsync -az --progress"
|
|
|
|
# Need to check what happens if this is not installed
|
|
CERT_PATH=$(python -m certifi)
|
|
export SSL_CERT_FILE=${CERT_PATH}
|
|
export REQUESTS_CA_BUNDL=${CERT_PATH}
|