Move .python_history to a new location

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-13 22:19:58 +01:00
parent 62b2829be4
commit 55306bd850
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 27 additions and 2 deletions

View file

@ -36,6 +36,10 @@ export GEM_SPEC_CACHE="${XDG_CACHE_HOME}/gem/specs"
mkdir -p "${XDG_DATA_HOME}/wine/prefixes"
export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
# Python
mkdir -p "${XDG_DATA_HOME}/python"
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
# zsh
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
export HISTFILE="${XDG_DATA_HOME}/zsh/history"
@ -47,7 +51,7 @@ compinit -d "${XDG_DATA_HOME}/zsh/zcompdump-${ZSH_VERSION}"
# Setting applications
export VISUAL=vim
export EDITOR="$VISUAL"
export EDITOR="${VISUAL}"
export TERMINAL=termite
# QT