Added t alias for one thing todo. Inspired by http://onethingwell.org/post/758016936/one-thing-todo
This commit is contained in:
@@ -55,3 +55,14 @@ usage ()
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# One thing todo
|
||||||
|
|
||||||
|
t() {
|
||||||
|
if [[ "$*" == "" ]] ; then
|
||||||
|
cat ~/.t
|
||||||
|
else
|
||||||
|
echo "$*" > ~/.t
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user