moved env vars to profile file
This commit is contained in:
parent
879bff5f27
commit
7eb282e1e9
8
.profile
Normal file
8
.profile
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
export BROWSER=firefox
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
Loading…
Reference in New Issue
Block a user