Remove ascending flag
[khome.git] / home / lib / login_functions.sh
index 41f44b8..163c09e 100644 (file)
@@ -1,3 +1,10 @@
+#
+
+d() {
+    local -r word=$(fzf < /usr/share/dict/words)
+    dict "$word"
+}
+
 # Top Disk-Using directories
 # TODO: Consider using numfmt instead of awk
 tdu() {
@@ -140,7 +147,7 @@ gh_clone_repo() {
 
 work_log_template() {
 cat << EOF
-$(date +%F)
+$(date '+%F %A')
 ==========
 
 Morning report
This page took 0.02292 seconds and 4 git commands to generate.