Skip to content

Commit bd9c2a2

Browse files
update docs
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent c035a96 commit bd9c2a2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"filename": "git/gitconfig",
119119
"hashed_secret": "6c3da9f3585d8c9e621eef55b6d6b808014e296d",
120120
"is_verified": false,
121-
"line_number": 143
121+
"line_number": 141
122122
}
123123
],
124124
"tools/mc.ini": [
@@ -131,5 +131,5 @@
131131
}
132132
]
133133
},
134-
"generated_at": "2021-07-27T07:20:37Z"
134+
"generated_at": "2024-11-10T12:25:43Z"
135135
}

zsh/functions/eval.zsh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if command -v direnv >/dev/null 2>&1; then
99
fi
1010

1111
# Load zprezto if it's installed
12+
# disabling this will remove compaudit
1213
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
1314
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
1415
fi
@@ -50,11 +51,4 @@ fi
5051
#------------------
5152
autoload -U add-zsh-hook
5253

53-
# Path to the bash it configuration
54-
export BASH_IT="$HOME/.bash_it"
55-
# Load Bash It
56-
if [ -f "$BASH_IT"/bash_it.sh ]; then
57-
source "$BASH_IT"/bash_it.sh
58-
fi
59-
60-
for f in $(compaudit);do sudo chmod -R 755 $f;done;
54+
# for f in $(compaudit);do sudo chmod -R 755 $f;done;

0 commit comments

Comments
 (0)