This website requires JavaScript.
Explore
Help
Sign In
Marty
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
3
Pull requests
Projects
Releases
Wiki
Activity
0e21be8abc
dotfiles
/
.config
/
shell
/
login.d
/
xdg.sh
4 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
fix XDG_CONFIG_HOME naming
2019-03-12 14:47:07 +00:00
export
XDG_CONFIG_HOME
=
"
$HOME
/.config
"
Begin moving to new XDG compliant directory structure
2019-02-24 10:06:50 +00:00
export
XDG_CACHE_HOME
=
"
$HOME
/.cache
"
Set nvim as default EDITOR environment variable
2019-02-26 09:07:54 +00:00
export
EDITOR
=
nvim
Reference in a new issue
Copy permalink