diff options
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # -*- sh -*- dent_me() { - echo "$@" | bti --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null + echo "$@" | bti ${BTI_PROXY:+--proxy "${BTI_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null } metadata_print() { |