From cc59dafa4eddd0ce37c3e3e46797a9d73461e85f Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 14 Aug 2022 17:10:09 +0300 Subject: remove bash --- .bash_profile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index ffc139b..0000000 --- a/.bash_profile +++ /dev/null @@ -1,13 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec startx -fi - -export EDITOR="emacsclient" -export TERMINAL="alacriy" -export BROWSER="usr/bin/qutebrowser" -- cgit v1.2.3