X-Git-Url: https://git.danix.xyz/?p=my-dotfiles.git;a=blobdiff_plain;f=bashrc;fp=bashrc;h=40588b2e24d718e1e2611c1204eb62d2dbf3afd6;hp=64257a2c460d618f9a224465f348ef594d548cf7;hb=f3376a3ad8b5bf2186a182d1259de19cfad15baf;hpb=9f331f7a50f2c6cfeb9ab939fb0ee3a5daa2f1bc diff --git a/bashrc b/bashrc index 64257a2..40588b2 100644 --- a/bashrc +++ b/bashrc @@ -3,11 +3,6 @@ if [ -f /etc/profile.d/bash_completion.sh ]; then . /etc/profile.d/bash_completion.sh fi -# sets buttons on wacom tablet -if [ -f ~/.local/share/wacomsetter.sh ]; then - . ~/.local/share/wacomsetter.sh -fi - user_color=32m if [ ${UID} -eq 0 ] then @@ -50,9 +45,10 @@ bash_prompt() { local UC=$EMG [ $UID -eq "0" ] && UC=$EMR - PS1="${UC}\u ${NONE}@ ${EMB}\h ${NONE}{ ${M}\d ${NONE}} ${W}${BGG}[ \w ]${NONE}\n\#$(__git_ps1) ${UC}\\$> ${NONE}" + PS1="${UC}\u ${NONE}@ ${EMB}\h ${NONE}{ ${M}\d ${NONE}} ${W}${BGY}${EMK}[ \w ]${NONE}\n\#$(__git_ps1) ${UC}\\$> ${NONE}" } export PROMPT_COMMAND=bash_prompt +printf "\033]0;%s@%s\007" "${LOGNAME}" "${HOSTNAME%%.*}" # turns on git prompt if [ -f /home/danix/.git-prompt.sh ]; then @@ -92,7 +88,8 @@ shopt -s histappend -export PATH=~/.platformio/penv/bin:~/.config/composer/vendor/bin:~/.local/bin:~/bin:$PATH +#export PATH=~/.platformio/penv/bin:~/.config/composer/vendor/bin:~/.local/bin:~/bin:$PATH +export PATH=~/.config/composer/vendor/bin:~/.local/bin:~/bin:$PATH export INTEL_BATCH=1 export QT_QPA_PLATFORMTHEME="lxqt" export QT_STYLE_OVERRIDE="kvantum-dark"