dotfiles/bash/.bash/04-other.bash

8 lines
147 B
Bash
Raw Normal View History

2022-11-16 19:01:14 -07:00
#!/bin/bash
2022-11-12 18:20:45 -07:00
# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
# exec tmux new-session -A -s ssh
# fi
2023-01-25 10:47:00 -07:00
#
export DOTNET_CLI_TELEMETRY_OPTOUT="true"