Skip to content

Commit 0628581

Browse files
authored
Merge pull request #271 from holman/revert-266-minor_updates
Revert "Minor updates"
2 parents 7341b03 + 5f2a5e5 commit 0628581

File tree

7 files changed

+10
-33
lines changed

7 files changed

+10
-33
lines changed

.gitignore

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
atom/atom.symlink/.apm
2-
atom/atom.symlink/.node-gyp
3-
atom/atom.symlink/.storage
4-
atom/atom.symlink/blob-store
5-
atom/atom.symlink/compile-cache/
6-
atom/atom.symlink/packages
7-
atom/atom.symlink/storage
8-
atom/atom.symlink/themes
9-
atom/atom.symlink/blob-store
10-
atom/atom.symlink/recovery
1+
atom.symlink/.apm
2+
atom.symlink/.node-gyp
3+
atom.symlink/.storage
4+
atom.symlink/blob-store
5+
atom.symlink/compile-cache/
6+
atom.symlink/packages
7+
atom.symlink/storage
8+
atom.symlink/themes
9+
atom.symlink/blob-store
10+
atom.symlink/recovery
1111

1212
git/gitconfig.local.symlink
File renamed without changes.
File renamed without changes.
File renamed without changes.

docker/aliases.zsh

-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
11
alias d='docker $*'
22
alias d-c='docker-compose $*'
3-
4-
alias docker-prune='docker ps -a | grep Exited | awk '"'"'{ print $1 }'"'"' | xargs docker rm'
5-
6-
function dockerenv () {
7-
local args=${@:-default}
8-
eval $(docker-machine env $args)
9-
}
10-
11-
function docker-empty () {
12-
docker ps -aq | xargs --no-run-if-empty docker rm -f
13-
}

ruby/install.sh

-10
This file was deleted.

zsh/zshrc.symlink

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# shortcut to this dotfiles path is $ZSH
22
export ZSH=$HOME/.dotfiles
33

4-
export JAVA_HOME=$(/usr/libexec/java_home)
5-
64
# your project folder that we can `c [tab]` to
75
export PROJECTS=~/Code
86

0 commit comments

Comments
 (0)