mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add direnv support
This commit is contained in:
parent
d52e1d1f82
commit
52e20aca38
5 changed files with 28 additions and 0 deletions
2
bash/ext
2
bash/ext
|
|
@ -4,6 +4,8 @@
|
|||
# Hooks
|
||||
# derived from http://glyf.livejournal.com/63106.html
|
||||
|
||||
# TODO: support precmd_functions and chpwd_functions arrays
|
||||
|
||||
# default: NOOPs
|
||||
function preexec { :; }
|
||||
function precmd { :; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue