mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-26 05:21:17 +02:00
Fix Dropbox aliases
This commit is contained in:
parent
aaf79d6c1b
commit
821933bb46
1 changed files with 4 additions and 4 deletions
|
|
@ -45,10 +45,10 @@ alias tunnel='sshuttle -D --pidfile=/tmp/sshuttle.pid -r abiggs@10.26.0.80 10.26
|
||||||
alias stoptunnel='[[ -f /tmp/sshuttle.pid ]] && kill `cat /tmp/sshuttle.pid`'
|
alias stoptunnel='[[ -f /tmp/sshuttle.pid ]] && kill `cat /tmp/sshuttle.pid`'
|
||||||
|
|
||||||
# Dropbox
|
# Dropbox
|
||||||
alias dw='~/Dropbox'
|
alias dbw='~/Dropbox'
|
||||||
alias dp='~/Dropbox\ \(Personal\)'
|
alias dbp='~/Dropbox\ \(Personal\)'
|
||||||
alias dpfc='find . -type f -name "* conflicted *"'
|
alias dbfc='find . -type f -name "* conflicted *"'
|
||||||
alias dprc='find . -type f -name "* conflicted *" -exec rm -f {} \;'
|
alias dbrc='find . -type f -name "* conflicted *" -exec rm -f {} \;'
|
||||||
|
|
||||||
# Docker Machine
|
# Docker Machine
|
||||||
alias dminit="docker-machine create --driver virtualbox default"
|
alias dminit="docker-machine create --driver virtualbox default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue