aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-02 11:32:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-02 11:32:53 -0300
commitc72e6fb85db2dff1018395c84b4bb5dcc3a9512e (patch)
tree88d3b3ac90a2d162a4b264ebb0d8a485c4ed2762
parent050af243085f51b35de13caf227ace8be0d235c5 (diff)
downloadprofile-c72e6fb85db2dff1018395c84b4bb5dcc3a9512e.tar.gz
profile-c72e6fb85db2dff1018395c84b4bb5dcc3a9512e.tar.bz2
Adds mkcd
-rw-r--r--profile.dot.link4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 83032ee..12a00f9 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -92,6 +92,10 @@ mkmonth() {
mkdir `month` && cd `month`
}
+mkcd() {
+ mkdir "$*" && cd "$*"
+}
+
# Default editor
#if [ ! -z "$DISPLAY" ]; then
# # Avoid "Avoiding protocol specified" error