summaryrefslogtreecommitdiff
path: root/zprofile
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
commiteef114987d5a6373739b6d9af0e2a34dc7ad4319 (patch)
tree5d3898db011bb0202ad33cec1ff615b814d06341 /zprofile
parent4b1efeb6d6e5c6999ff0c9e56855b30a1bf18c84 (diff)
Fix structure
Diffstat (limited to 'zprofile')
-rw-r--r--zprofile20
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