From 0a682cb686af7f40dbd19d214e652d01be1e5ae6 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 28 May 2021 15:48:03 +0530 Subject: fixed disp --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 8316cb9..fa6a5c2 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -65,6 +65,10 @@ bind() { ssh -L localhost\:$1\:localhost\:$1 $2 } +findstr() { + find . -type f -exec grep -H "$1" {} \; +} + # Enable colors and change prompt: autoload -U colors && colors fpath+=$HOME/.cache/zsh/pure -- cgit v1.2.3