mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 04:56:29 +00:00
Clean fisherman
This commit is contained in:
parent
637a1f61c8
commit
cdc9d5058c
4
assets/default/fisherman/.gitignore
vendored
4
assets/default/fisherman/.gitignore
vendored
@ -1 +1,5 @@
|
||||
cache/
|
||||
fisherman/init/*.local.fish
|
||||
fisherman/completions/*
|
||||
fisherman/functions/*
|
||||
fisherman/man/*
|
||||
|
@ -1 +1,3 @@
|
||||
|
||||
fishtape
|
||||
bass
|
||||
|
@ -1,17 +0,0 @@
|
||||
# yelp
|
||||
alias moshdev='mosh dev7-devc fish'
|
||||
alias sshadev='ssh -t -A dev7-devc fish'
|
||||
# Copy remote tmux clipboard
|
||||
alias rpbcopy='ssh dev7-devc "TMPDIR=/nail/tmp tmux show-buffer" | pbcopy'
|
||||
alias rmpbcopy='mosh dev7-devc "TMPDIR=/nail/tmp tmux show-buffer" | pbcopy'
|
||||
|
||||
alias force-login-dev='force login ;and rsync -av /Users/ifij/.force/accounts/ dev7-devc:~/.force/accounts'
|
||||
|
||||
# projects
|
||||
alias cd-sf='cd ~/workspace/salesforce-apex'
|
||||
|
||||
# vagrant
|
||||
alias vssh='vagrant ssh'
|
||||
alias vmosh='mosh vagrant@localhost -p 2222'
|
||||
alias vrl='vagrant reload'
|
||||
alias vbm='mosh -p 3122 --ssh="ssh -p 3022" ifij@localhost'
|
Loading…
Reference in New Issue
Block a user