As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/usr/bin/python | |
| # A simple Python application for controlling a relay board from a Raspberry Pi | |
| # The application uses the GPIO Zero library (https://gpiozero.readthedocs.io/en/stable/) | |
| # The relay is connected to one of the Pi's GPIO ports, then is defined as an Output device | |
| # in GPIO Zero: https://gpiozero.readthedocs.io/en/stable/api_output.html#outputdevice | |
| import sys | |
| import time | 
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/bin/bash | |
| iatest=$(expr index "$-" i) | |
| ####################################################### | |
| # SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
| ####################################################### | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc |