XDG
This commit is contained in:
parent
75993c8090
commit
2f282d1003
2 changed files with 6 additions and 1 deletions
|
@ -2,3 +2,9 @@
|
||||||
|
|
||||||
Designed for Linux (Arch) and MacOS.
|
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}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,5 @@ Vim alternative `nvim`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S neovim
|
sudo pacman -S neovim
|
||||||
set -Ux XDG_CONFIG_HOME {location_of_dotfiles}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue