mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove unused stuff
This commit is contained in:
@@ -6,9 +6,6 @@ alias d="docker"
|
|||||||
alias dc="docker-compose"
|
alias dc="docker-compose"
|
||||||
alias co="docker-compose"
|
alias co="docker-compose"
|
||||||
|
|
||||||
# alias redis-cli="docker run -it --net=host --rm redis redis-cli"
|
|
||||||
# alias mysql="docker run -it --net=host --rm mysql mysql"
|
|
||||||
|
|
||||||
docker_remove_exited () {
|
docker_remove_exited () {
|
||||||
docker rm $(docker ps -f="status=exited" -q)
|
docker rm $(docker ps -f="status=exited" -q)
|
||||||
}
|
}
|
||||||
|
|||||||
12
shell/env.sh
12
shell/env.sh
@@ -10,18 +10,6 @@ export GEM_EDITOR="mate"
|
|||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
|
|
||||||
# GCC 4.2 via Homebrew
|
|
||||||
# export CC=/usr/local/bin/gcc-4.2
|
|
||||||
|
|
||||||
# Support /opt install of zsh
|
|
||||||
if [ -d "/opt/zsh/bin" ]; then
|
|
||||||
path_prepend "/opt/zsh/bin"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Android SDK
|
|
||||||
export ANDROID_SDK_ROOT="/usr/local/Cellar/android-sdk/r20.0.1"
|
|
||||||
export ANDROID_HOME="/usr/local/opt/android-sdk"
|
|
||||||
|
|
||||||
# ensure bin and sbin paths from /usr/local are in PATH
|
# ensure bin and sbin paths from /usr/local are in PATH
|
||||||
path_add_after "/usr/local/sbin" "/usr/local/bin"
|
path_add_after "/usr/local/sbin" "/usr/local/bin"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user