Remove the shorten function

This commit is contained in:
Oliver Davies 2020-07-23 09:52:39 +01:00
parent a85ff2e8bb
commit c78a8465a6

View file

@ -1,10 +1,3 @@
shorten() {
pushd ~/Code/opdavi.es
git pull --rebase
npm run shorten $1 $2
popd
}
function mkd() {
mkdir -p "$@" && cd "$@"
}