Remove the shorten function
This commit is contained in:
parent
a85ff2e8bb
commit
c78a8465a6
|
@ -1,10 +1,3 @@
|
|||
shorten() {
|
||||
pushd ~/Code/opdavi.es
|
||||
git pull --rebase
|
||||
npm run shorten $1 $2
|
||||
popd
|
||||
}
|
||||
|
||||
function mkd() {
|
||||
mkdir -p "$@" && cd "$@"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue