Skip to content

Commit

Permalink
creating file for bash functions, first being mkdircd
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Aug 27, 2010
1 parent a5d0d23 commit a00faf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.conf
@@ -0,0 +1,3 @@
function mkdircd () {
mkdir -p "$@" && eval cd "\"\$$#\"";
}

0 comments on commit a00faf9

Please sign in to comment.