diff --git a/custom/example.zsh b/custom/example.zsh index 28ffcae25..23ff402f5 100644 --- a/custom/example.zsh +++ b/custom/example.zsh @@ -2,4 +2,17 @@ # Example: # # brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file +# +alias p='tail -1 /home/pdavis/notes.txt | pbcopy' +alias pbcopy='xsel --clipboard --input' +alias rosh='ssh pdavis-admin@opsware.discovery.com -p 2222' +alias console='cu -t -l /dev/ttyUSB0 -s 115200' +alias open='ssh $1 -l pdavis-admin' +alias home='ssh netinstall@pebcac.org' +alias myrouter='ssh tunnel@192.168.10.1' +alias coreswitch='ssh tunnel@192.168.10.3' +alias pswitch='ssh tunnel@192.168.10.4' +alias jumphost='ssh pdavis@jumphost.pebcac.org' + +# Start with tmux +[[ $TERM != "screen" ]] && exec tmux