direnv hook unneeded, nix already handles it

This commit is contained in:
Bryan Ramos 2024-01-25 18:53:32 -05:00
parent 1cf1cdf1cd
commit 2410004169
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -2,8 +2,6 @@
export EDITOR=nvim
export DIRENV_LOG_FORMAT=
eval "$(direnv hook bash)"
function cdg() {
if [[ $1 == "--help" ]]; then
echo "A simple utility for navigating to the root of a git repo"