diff options
Diffstat (limited to 'zprofile')
-rw-r--r-- | zprofile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/zprofile b/zprofile deleted file mode 100644 index fe949dd..0000000 --- a/zprofile +++ /dev/null @@ -1,20 +0,0 @@ -export TERMINAL='st' -export EDITOR='nvim' -export BROWSER='brave' -export PATH="$PATH:$HOME/.local/bin" -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 |