aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash/04-other.bash')
-rw-r--r--bash/.bash/04-other.bash7
1 files changed, 0 insertions, 7 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash
deleted file mode 100644
index 63271b5..0000000
--- a/bash/.bash/04-other.bash
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
-# exec tmux new-session -A -s ssh
-# fi
-#
-export DOTNET_CLI_TELEMETRY_OPTOUT="true"