mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
updates
This commit is contained in:
parent
c4ff3550e4
commit
807b7a4504
18 changed files with 567 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