From f7b4e36cc3c069ae33ab0c8128603f4fee764133 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 23 Aug 2024 09:14:20 +0200 Subject: [PATCH] Flask default port --- zsh/exports.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/exports.zsh b/zsh/exports.zsh index e3dbd83..df6f6e5 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -32,5 +32,8 @@ if [ -d $HOME/.venv ]; then export VIRTUAL_ENV=$HOME/.venv fi +# Use port 8000 by default for flask, cause why would we use anything different? +export FLASK_RUN_PORT=8000 + export TERM=xterm-256color export REPORTTIME=5