Loading .bashrc +0 −6 Original line number Diff line number Diff line Loading @@ -200,12 +200,6 @@ ddg () { lynx "https://duckduckgo.com/lite/?q=$(urlencode "$@")" } bump () { semver-bump "$1-release" && \ git commit VERSION -m"- Bumped $1 version." && \ git tag-version } toux () { touch "$@" chmod +x "$@" Loading Documents/bin/git-bump 0 → 100755 +7 −0 Original line number Diff line number Diff line #!/bin/sh set -eu semver-bump "$1-release" git commit VERSION -m "Bumped $1 version." git tag-version git pushes --tags Loading
.bashrc +0 −6 Original line number Diff line number Diff line Loading @@ -200,12 +200,6 @@ ddg () { lynx "https://duckduckgo.com/lite/?q=$(urlencode "$@")" } bump () { semver-bump "$1-release" && \ git commit VERSION -m"- Bumped $1 version." && \ git tag-version } toux () { touch "$@" chmod +x "$@" Loading
Documents/bin/git-bump 0 → 100755 +7 −0 Original line number Diff line number Diff line #!/bin/sh set -eu semver-bump "$1-release" git commit VERSION -m "Bumped $1 version." git tag-version git pushes --tags