mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 03:44:57 -04:00
updates
This commit is contained in:
parent
7d1a995f13
commit
396aae995d
11 changed files with 618 additions and 0 deletions
5
.zshrc.d/hred.zsh
Normal file
5
.zshrc.d/hred.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
hred() {
|
||||
[ $# -ge 1 -a -f "$1" ] && input="$1" || input="-"
|
||||
cat $input | grep -E -v '^\s*$|^\s*#.*$'
|
||||
}
|
||||
Loading…
Reference in a new issue