Loading .bashrc +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ alias gen-ssh-config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config' alias concat="perl -pe 's/\n/\\\n/g'" alias deconcat="perl -pe 's/\\\n/\n/g'" alias ggo='sudo GOPATH=/usr/share/go go' alias tag-version='git tag -f v"$(cat VERSION)"' alias ecr-login='eval $(aws ecr get-login)' alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal' alias apt-daily='sudo apt update && sudo apt dist-upgrade --download-only --yes && sudo apt autoclean' Loading .gitconfig +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ push-tags = push --tags pull-submodules = submodule update --remote diff-cached = diff --cached tag-version = !git tag -f "v$(cat VERSION)" serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git [transfer] fsckobjects = true [fetch] Loading Loading
.bashrc +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ alias gen-ssh-config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config' alias concat="perl -pe 's/\n/\\\n/g'" alias deconcat="perl -pe 's/\\\n/\n/g'" alias ggo='sudo GOPATH=/usr/share/go go' alias tag-version='git tag -f v"$(cat VERSION)"' alias ecr-login='eval $(aws ecr get-login)' alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal' alias apt-daily='sudo apt update && sudo apt dist-upgrade --download-only --yes && sudo apt autoclean' Loading
.gitconfig +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ push-tags = push --tags pull-submodules = submodule update --remote diff-cached = diff --cached tag-version = !git tag -f "v$(cat VERSION)" serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git [transfer] fsckobjects = true [fetch] Loading