aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh')
-rw-r--r--zsh/.zsh/export.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 9f898a4..b6a400f 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -39,6 +39,10 @@ append_path "/opt/intelFPGA_lite/18.1/quartus/bin"
export PATH
+if [[ -n $SSH_CLIENT ]]; then
+ export MINIMAL_USER_CHAR="$(hostname)"
+fi
+
# Stop dotnet telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1