diff options
Diffstat (limited to 'zprofile')
-rw-r--r-- | zprofile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/zprofile b/zprofile new file mode 100644 index 0000000..1669ebd --- /dev/null +++ b/zprofile @@ -0,0 +1,20 @@ +export TERMINAL='st' +export EDITOR='nvim' +export BROWSER='brave' +export PATH="/home/atx71/.local/bin:$PATH" +export GOPATH="$HOME/.local/share/go" +export ANSIBLE_CONFIG="$HOME/.config/ansible/ansible.cfg" +export WINEDEBUG=-all +export AWT_TOOLKIT=MToolkit +export _JAVA_AWT_WM_NONREPARENTING=1 +export LESS=-R +export LESSHISTFILE=- +export LESS_TERMCAP_mb=$'\e[1;36m' +export LESS_TERMCAP_md=$'\e[1;36m' +export LESS_TERMCAP_me=$'\e[0m' +export LESS_TERMCAP_se=$'\e[0m' +export LESS_TERMCAP_so=$'\e[01;33m' +export LESS_TERMCAP_ue=$'\e[0m' +export LESS_TERMCAP_us=$'\e[0;4;34m' + +[ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ] && exec startx >/dev/null 2>&1 |