Meow
This commit is contained in:
parent
4754312729
commit
6465aec423
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
[ -f "$HOME/.config/bash/functions.priv" ] && source "$HOME/.config/bash/functions.priv";
|
||||||
|
|
||||||
tdm() {
|
tdm() {
|
||||||
local awk_preview="/^~/ { next }
|
local awk_preview="/^~/ { next }
|
||||||
/^#+/ { print '\\033[35;3m'\$0'\\033[0m'; next }
|
/^#+/ { print '\\033[35;3m'\$0'\\033[0m'; next }
|
||||||
|
|
Loading…
Reference in New Issue