diff options
Diffstat (limited to 'xprofile/.bash_profile')
| -rw-r--r-- | xprofile/.bash_profile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xprofile/.bash_profile b/xprofile/.bash_profile new file mode 100644 index 0000000..8d4eb4c --- /dev/null +++ b/xprofile/.bash_profile @@ -0,0 +1,19 @@ +# +# ~/.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" |
