diff options
author | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:58:00 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:58:00 +0300 |
commit | fb05cbb94bbd6e8cfb22d3205d5463529313d868 (patch) | |
tree | 5d3898db011bb0202ad33cec1ff615b814d06341 /zprofile | |
parent | 25fc2a381fb65157e81d0dce74fb0e7de7f8afa1 (diff) |
Fix structure
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 |