From 20e973bf3dd59aa9388e1d4c5673e5fdffe1c8d7 Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Fri, 30 Oct 2015 02:49:59 -0400 Subject: [PATCH] Updated example.zsh --- custom/example.zsh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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