General housekeeping tasks
This commit is contained in:
parent
d1fe086f7c
commit
9f1181ae02
6 changed files with 114 additions and 46 deletions
4
_home/dot_sz.shrc.d/bash.post/12_direnv.hook
Normal file
4
_home/dot_sz.shrc.d/bash.post/12_direnv.hook
Normal file
|
@ -0,0 +1,4 @@
|
|||
if [[ -n "$(type -fP direnv)" ]]; then
|
||||
source <( direnv hook bash )
|
||||
source <( direnv stdlib )
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue