summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2024-06-19 06:58:00 +0300
committertsxv478 <atci39@rambler.ru>2024-06-19 06:58:00 +0300
commitfb05cbb94bbd6e8cfb22d3205d5463529313d868 (patch)
tree5d3898db011bb0202ad33cec1ff615b814d06341 /.zprofile
parent25fc2a381fb65157e81d0dce74fb0e7de7f8afa1 (diff)
Fix structure
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile20
1 files changed, 20 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..fe949dd
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,20 @@
+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