6 lines
76 B
Fish
6 lines
76 B
Fish
#!/bin/fish
|
|
|
|
# direnv
|
|
set -x DIRENV_LOG_FORMAT ""
|
|
direnv hook fish | source
|