Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Nov 10, 2024
1 parent c035a96 commit bd9c2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"filename": "git/gitconfig",
"hashed_secret": "6c3da9f3585d8c9e621eef55b6d6b808014e296d",
"is_verified": false,
"line_number": 143
"line_number": 141
}
],
"tools/mc.ini": [
Expand All @@ -131,5 +131,5 @@
}
]
},
"generated_at": "2021-07-27T07:20:37Z"
"generated_at": "2024-11-10T12:25:43Z"
}
10 changes: 2 additions & 8 deletions zsh/functions/eval.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if command -v direnv >/dev/null 2>&1; then
fi

# Load zprezto if it's installed
# disabling this will remove compaudit
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
Expand Down Expand Up @@ -50,11 +51,4 @@ fi
#------------------
autoload -U add-zsh-hook

# Path to the bash it configuration
export BASH_IT="$HOME/.bash_it"
# Load Bash It
if [ -f "$BASH_IT"/bash_it.sh ]; then
source "$BASH_IT"/bash_it.sh
fi

for f in $(compaudit);do sudo chmod -R 755 $f;done;
# for f in $(compaudit);do sudo chmod -R 755 $f;done;

0 comments on commit bd9c2a2

Please sign in to comment.