Move bash config to shell subdir
This commit is contained in:
3
shell/scripts.d/02-direnv.sh
Normal file
3
shell/scripts.d/02-direnv.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
if direnv --version &>/dev/null; then
|
||||
eval "$(direnv hook bash)";
|
||||
fi
|
||||
Reference in New Issue
Block a user