aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
blob: 63271b51346ba338de8aa7cce525c625168b7e56 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
#     exec tmux new-session -A -s ssh
# fi
#
export DOTNET_CLI_TELEMETRY_OPTOUT="true"