Create .functions
This commit is contained in:
parent
2f80b44ac0
commit
42ae734773
11
.functions
Normal file
11
.functions
Normal file
|
@ -0,0 +1,11 @@
|
|||
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