mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
[shell/direnv] add sourcing
This commit is contained in:
parent
8f2a0c51e1
commit
138e8ed62b
2 changed files with 7 additions and 1 deletions
|
@ -36,9 +36,10 @@
|
|||
~/.profile.d/20-cd.sh: shell/cd.sh
|
||||
~/.profile.d/40-extract.sh: shell/extract.sh
|
||||
~/.profile.d/40-mysqlpw.sh: shell/mysqlpw.sh
|
||||
~/.profile.d/90-keychain.sh: shell/keychain.sh
|
||||
~/.profile.d/80-command-not-found.sh: shell/command-not-found.sh
|
||||
~/.profile.d/81-fzf.sh: shell/fzf.sh
|
||||
~/.profile.d/82-direnv.sh: shell/direnv.sh
|
||||
~/.profile.d/90-keychain.sh: shell/keychain.sh
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
~/.toprc: top/toprc
|
||||
~/.config/htop/htoprc: top/htoprc
|
||||
|
|
5
shell/direnv.sh
Executable file
5
shell/direnv.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if command -v direnv >/dev/null; then
|
||||
eval "$(direnv hook bash)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue