diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc_third_party | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc_third_party b/.bashrc_third_party index e90e39a..b276e5d 100644 --- a/.bashrc_third_party +++ b/.bashrc_third_party @@ -1,11 +1,5 @@ #!/usr/bin/env bash -if [ -n "${BASHRC_THIRD_PARTY+x}" ]; then - return 0 -else - readonly BASHRC_THIRD_PARTY=1 -fi - ensure_symlinks_enabled() { case "${CYGWIN:-}" in *winsymlinks:native*) ;; |