diff --git a/README.md b/README.md index 3ceb6b7..4118e5a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ Designed for Linux (Arch) and MacOS. +Several tools can find configs by setting the fish variable below: + +```bash +set -Ux XDG_CONFIG_HOME {location_of_dotfiles} +``` + diff --git a/nvim/README.md b/nvim/README.md index a7e1f8e..9ea32e6 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -8,6 +8,5 @@ Vim alternative `nvim`. ```bash sudo pacman -S neovim -set -Ux XDG_CONFIG_HOME {location_of_dotfiles} ```