Add todo alias

This commit is contained in:
2024-03-18 14:35:53 +03:00
parent ba1d1607d2
commit 5b742b7366

View File

@@ -22,6 +22,10 @@ newgo() {
nap go/$template >main.go
}
todo() {
$EDITOR ~/.local/todo.txt
}
declare -A aliases=(
["sudo"]="sudo "