diff --git a/.functions b/.functions new file mode 100644 index 0000000..4f50e84 --- /dev/null +++ b/.functions @@ -0,0 +1,11 @@ +shorten() { + pushd ~/Code/opdavi.es + git pull --rebase + npm run shorten $1 $2 + popd +} + +function mkd() { + mkdir -p "$@" && cd "$@" +} +