1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
This commit is contained in:
Jake Jarvis 2018-06-04 17:34:59 -04:00
parent 614c47d119
commit 1b169df2c5
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

View File

@ -104,3 +104,9 @@ alias gundo="git push -f origin HEAD^:master"
alias sshalt="ssh -p 2222"
alias moshalt="mosh --ssh=\"ssh -p 2222\""
alias unq="sudo xattr -rd com.apple.quarantine"
docker-bash() {
docker exec -ti $1 /bin/bash
}