summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-05-28 10:18:03 +0000
committerShubham Saini <pryr@pryr.xyz>2021-05-28 10:18:03 +0000
commit0a682cb686af7f40dbd19d214e652d01be1e5ae6 (patch)
treed1215311b37ddcfd352e0d7269f170dcfd055f81 /zsh
parenta9f4fdfef13577dfa159b1c82826230fe982fa86 (diff)
fixed disp
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8316cb9..fa6a5c2 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -65,6 +65,10 @@ bind() {
65 ssh -L localhost\:$1\:localhost\:$1 $2 65 ssh -L localhost\:$1\:localhost\:$1 $2
66} 66}
67 67
68findstr() {
69 find . -type f -exec grep -H "$1" {} \;
70}
71
68# Enable colors and change prompt: 72# Enable colors and change prompt:
69autoload -U colors && colors 73autoload -U colors && colors
70fpath+=$HOME/.cache/zsh/pure 74fpath+=$HOME/.cache/zsh/pure