#!/bin/bash hvbuild() { install -v -m 755 ${SRC_DIR}/ack /usr/bin string_add "alias ack='ack --pager=\"less -RFX\"'" /etc/bashrc }