Meow
This commit is contained in:
parent
4754312729
commit
6465aec423
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue