diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/blue032.profile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/blue032.profile b/.config/blue032.profile index b759bfd..e69de29 100644 --- a/.config/blue032.profile +++ b/.config/blue032.profile @@ -1,11 +0,0 @@ - -_direnv_hook() { - local previous_exit_status=$?; - trap -- '' SIGINT; - eval "$("/usr/bin/direnv" export bash)"; - trap - SIGINT; - return $previous_exit_status; -}; -if ! [[ "${PROMPT_COMMAND:-}" =~ _direnv_hook ]]; then - PROMPT_COMMAND="_direnv_hook${PROMPT_COMMAND:+;$PROMPT_COMMAND}" -fi |
