File tree 7 files changed +10
-33
lines changed
7 files changed +10
-33
lines changed Original file line number Diff line number Diff line change 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
11
11
12
12
git /gitconfig.local.symlink
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
alias d=' docker $*'
2
2
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
- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# shortcut to this dotfiles path is $ZSH
2
2
export ZSH=$HOME/.dotfiles
3
3
4
- export JAVA_HOME=$(/usr/libexec/java_home)
5
-
6
4
# your project folder that we can `c [tab]` to
7
5
export PROJECTS=~/Code
8
6
You can’t perform that action at this time.
0 commit comments