diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/ripgrep/config | 5 | ||||
-rw-r--r-- | dot_config/zsh/dot_zshenv | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/ripgrep/config b/dot_config/ripgrep/config new file mode 100644 index 0000000..20dfef3 --- /dev/null +++ b/dot_config/ripgrep/config @@ -0,0 +1,5 @@ + +--hyperlink-format=file://{wslprefix}{path} + +# Follow symbolic links. +--follow diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv index dfa3718..7e3e1a6 100644 --- a/dot_config/zsh/dot_zshenv +++ b/dot_config/zsh/dot_zshenv @@ -73,6 +73,7 @@ export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker export AWS_SHARED_CREDENTIALS_FILE="$XDG_CONFIG_HOME"/aws/credentials export AWS_CONFIG_FILE="$XDG_CONFIG_HOME"/aws/config export AZURE_CONFIG_DIR="$XDG_DATA_HOME"/azure +export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME"/ripgrep/config # Other program settings: export DOTNET_CLI_TELEMETRY_OPTOUT=1 |