Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TheConnMan
Last active May 20, 2017 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheConnMan/248d189c283e9a0bfa571e0319c0fa89 to your computer and use it in GitHub Desktop.
Save TheConnMan/248d189c283e9a0bfa571e0319c0fa89 to your computer and use it in GitHub Desktop.
.bashrc
# Additional .bashrc file by TheConnMan
alias atm="atom.cmd ."
alias ctop="docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest"
function runmulti() {
for d in ./*/ ; do (cd "$d" && echo -e "" && pwd && "$@"); done
}
alias projects="ssh theconnman@projects.theconnman.com"
export PERL5LIB=/usr/lib/perl5/vendor_perl/5.22
source /opt/git-completion.bash
alias ds="docker-machine env default"
export HISTFILESIZE=
export HISTSIZE=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment