ignore
This commit is contained in:
parent
150492bcb2
commit
86c7ede931
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,8 @@ export \
|
|||
XDG_CACHE_HOME="$HOME/.local/cache" \
|
||||
XDG_DATA_HOME="$HOME/.local/share" \
|
||||
XDG_CONFIG_HOME="$HOME/.config" \
|
||||
|
||||
export \
|
||||
BASH_ENV="$XDG_CONFIG_HOME/shell/bashrc" \
|
||||
_JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME/java" \
|
||||
MATHEMATICA_USERBASE="$XDG_CONFIG_HOME/mathematica" \
|
||||
|
|
4
vim/.gitignore
vendored
Normal file
4
vim/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
.netrwhist
|
||||
autoload/
|
||||
viminfo
|
||||
view/
|
Loading…
Reference in a new issue