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
1
bash/rc
1
bash/rc
|
|
@ -20,6 +20,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=1
|
|||
|
||||
precmd() {
|
||||
LAST_CMD_RC=$?
|
||||
_direnv_hook
|
||||
#clear_incomplete_line
|
||||
set_prompt
|
||||
update_terminal_cwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue