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
zsh/rc
2
zsh/rc
|
|
@ -13,6 +13,7 @@ source $DOTFILES_ZSH_DIR/completion
|
|||
source $DOTFILES_ZSH_DIR/prompt
|
||||
source $DOTFILES_ZSH_DIR/fzf
|
||||
source $DOTFILES_SHELL_DIR/go
|
||||
source $DOTFILES_SHELL_DIR/direnv
|
||||
|
||||
set -o ignoreeof
|
||||
unsetopt BEEP
|
||||
|
|
@ -24,6 +25,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=1
|
|||
|
||||
precmd() {
|
||||
LAST_CMD_RC=$?
|
||||
_direnv_hook
|
||||
psvar=()
|
||||
set_prompt
|
||||
set_term_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue