This commit is contained in:
Casey 2024-07-13 13:43:56 +03:00
parent 4754312729
commit 6465aec423
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
[ -f "$HOME/.config/bash/functions.priv" ] && source "$HOME/.config/bash/functions.priv";
tdm() {
local awk_preview="/^~/ { next }
/^#+/ { print '\\033[35;3m'\$0'\\033[0m'; next }