diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-09 16:42:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-09 16:42:42 -0400 |
| commit | 117194dc6f6c1e0033f17113732bdb6139be5d9e (patch) | |
| tree | 2f96ef8a54de27fcd8843ce7539a7a157b07f883 /.zprofile | |
| parent | 3f5d9da47569b1af2fa4c7e2be70e1eeff9a2ed2 (diff) | |
| parent | b1d1446325fe483be0078c8932f5eb99fd98ea2b (diff) | |
| download | eibhear-117194dc6f6c1e0033f17113732bdb6139be5d9e.tar.gz eibhear-117194dc6f6c1e0033f17113732bdb6139be5d9e.tar.zst eibhear-117194dc6f6c1e0033f17113732bdb6139be5d9e.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo" export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go" export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg" +export UNISON="${XDG_DATA_HOME:-$HOME/.local/share}/unison" +export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history" # Other program settings: export DICS="/usr/share/stardict/dic/" |
