mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Updated example.zsh
This commit is contained in:
parent
e44aa50301
commit
20e973bf3d
1 changed files with 14 additions and 1 deletions
|
|
@ -3,3 +3,16 @@
|
||||||
#
|
#
|
||||||
# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
|
# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
|
||||||
#
|
#
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue