Work on config
This commit is contained in:
parent
cc93470ef8
commit
1433f8d967
4 changed files with 1489 additions and 4 deletions
|
@ -23,6 +23,11 @@ function cdlc() {
|
|||
}
|
||||
alias cd="cdlc"
|
||||
|
||||
function mkcd() {
|
||||
mkdir -p "$1"
|
||||
cd "$1"
|
||||
}
|
||||
|
||||
function createLetter(){
|
||||
if [ "$1" ]; then
|
||||
if [ "$2" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue