Work on config

This commit is contained in:
Jonathan Hodgson 2017-08-15 15:29:26 +01:00
parent cc93470ef8
commit 1433f8d967
4 changed files with 1489 additions and 4 deletions

View file

@ -23,6 +23,11 @@ function cdlc() {
}
alias cd="cdlc"
function mkcd() {
mkdir -p "$1"
cd "$1"
}
function createLetter(){
if [ "$1" ]; then
if [ "$2" ]; then