aboutsummaryrefslogtreecommitdiff
path: root/profile/.bash_profile
diff options
context:
space:
mode:
authorkdamani <kdamani@kdamani-art.hitronhub.home>2020-10-21 20:13:52 +0000
committerkdamani <kdamani@kdamani-art.hitronhub.home>2020-10-21 20:13:52 +0000
commit997d9f8ff9ba47aed509c77baa3183a67eaf9596 (patch)
tree520aa3d2b818338f212573ce88ede023215083f5 /profile/.bash_profile
parent5711e63def8c128b23903df8083ca4102f26e991 (diff)
updated dotfiles
Diffstat (limited to 'profile/.bash_profile')
-rw-r--r--profile/.bash_profile19
1 files changed, 0 insertions, 19 deletions
diff --git a/profile/.bash_profile b/profile/.bash_profile
deleted file mode 100644
index 8d4eb4c..0000000
--- a/profile/.bash_profile
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# ~/.bash_profile
-#
-
-[[ -f ~/.bashrc ]] && . ~/.bashrc
-
-#if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
- #startx
-#fi
-
-#[ -z "$DISPLAY" -a "$(fgconsole)" -eq 1 ] && exec startx
-
-export PATH=$PATH:$HOME/.config/Scripts
-export XDG_CONFIG_HOME="$HOME/.config"
-export BROWSER="firefox"
-export EDITOR="nvim"
-export TERMINAL="st"
-export READER="zathura"
-export QT_QPA_PLATFORMTHEME="qt5ct"