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
22e8c4b0c6
dotfiles
/
.profile
5 lines
97 B
Text
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"
Move XDG specification to .profile, get called (manually) by zshrc and automatically by bash.
2019-02-24 15:22:41 +00:00
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