aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist1
1 files changed, 1 insertions, 0 deletions
diff --git a/gist b/gist
index 4a22ed6..7a3ea7d 100755
--- a/gist
+++ b/gist
@@ -78,6 +78,7 @@ else
78fi 78fi
79 79
80# Default configuration 80# Default configuration
81python() { type python3 >&/dev/null && python3 "$@" || python "$@"; }
81[[ ! -t 1 && -z $hint ]] && hint=false 82[[ ! -t 1 && -z $hint ]] && hint=false
82init= 83init=
83 84