zsh: remove unused functions
This commit is contained in:
parent
5bf2253f98
commit
f0e3671e1d
|
@ -30,24 +30,6 @@
|
|||
fi
|
||||
}
|
||||
|
||||
til() {
|
||||
if [[ ''${#} < 1 ]]; then
|
||||
echo "No text was provided."
|
||||
return
|
||||
fi
|
||||
|
||||
echo ''${1} >> TIL.txt
|
||||
}
|
||||
|
||||
todo() {
|
||||
if [[ ''${#} < 1 ]]; then
|
||||
echo "No text was provided."
|
||||
return
|
||||
fi
|
||||
|
||||
echo ''${1} >> TODO.txt
|
||||
}
|
||||
|
||||
ttyper() {
|
||||
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue