Skip to content

Commit

Permalink
Revert "Minor updates"
Browse files Browse the repository at this point in the history
  • Loading branch information
holman authored Jan 3, 2017
1 parent 7341b03 commit 5f2a5e5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 33 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
atom/atom.symlink/.apm
atom/atom.symlink/.node-gyp
atom/atom.symlink/.storage
atom/atom.symlink/blob-store
atom/atom.symlink/compile-cache/
atom/atom.symlink/packages
atom/atom.symlink/storage
atom/atom.symlink/themes
atom/atom.symlink/blob-store
atom/atom.symlink/recovery
atom.symlink/.apm
atom.symlink/.node-gyp
atom.symlink/.storage
atom.symlink/blob-store
atom.symlink/compile-cache/
atom.symlink/packages
atom.symlink/storage
atom.symlink/themes
atom.symlink/blob-store
atom.symlink/recovery

git/gitconfig.local.symlink
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions docker/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
alias d='docker $*'
alias d-c='docker-compose $*'

alias docker-prune='docker ps -a | grep Exited | awk '"'"'{ print $1 }'"'"' | xargs docker rm'

function dockerenv () {
local args=${@:-default}
eval $(docker-machine env $args)
}

function docker-empty () {
docker ps -aq | xargs --no-run-if-empty docker rm -f
}
10 changes: 0 additions & 10 deletions ruby/install.sh

This file was deleted.

2 changes: 0 additions & 2 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# shortcut to this dotfiles path is $ZSH
export ZSH=$HOME/.dotfiles

export JAVA_HOME=$(/usr/libexec/java_home)

# your project folder that we can `c [tab]` to
export PROJECTS=~/Code

Expand Down

0 comments on commit 5f2a5e5

Please sign in to comment.