From c4fb25d4159544cb4a62b39765cde1a3e8d54502 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Sep 2015 20:08:00 -0300 Subject: Make mkday and mkmonth functions --- aliases.dot.link | 2 -- 1 file changed, 2 deletions(-) (limited to 'aliases.dot.link') diff --git a/aliases.dot.link b/aliases.dot.link index 6267ee1..1698ec4 100644 --- a/aliases.dot.link +++ b/aliases.dot.link @@ -7,8 +7,6 @@ alias music="ncmpcpp" alias mkdir="mkdir -p" alias today="date +%Y%m%d" alias month="date +%Y%m" -alias mkday="mkdir `today` && cd `today`" -alias mkmonth="mkdir `month` && cd `month`" alias hashpw="mkpasswd -m sha-256" alias stitle="screen -X title" alias q="exit" -- cgit v1.2.3