File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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": [
131131 }
132132 ]
133133 },
134- "generated_at": "2021-07-27T07:20:37Z "
134+ "generated_at": "2024-11-10T12:25:43Z "
135135}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ if command -v direnv >/dev/null 2>&1; then
99fi
1010
1111# Load zprezto if it's installed
12+ # disabling this will remove compaudit
1213if [[ -s " ${ZDOTDIR:- $HOME } /.zprezto/init.zsh" ]]; then
1314 source " ${ZDOTDIR:- $HOME } /.zprezto/init.zsh"
1415fi
5051# ------------------
5152autoload -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;
You can’t perform that action at this time.
0 commit comments