KXStudio scripts and misc stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
289B

  1. # Additional variables for KXStudio
  2. if [ -f $HOME/.bash_aliases ]; then
  3. . $HOME/.bash_aliases
  4. else
  5. # Set 'history' format to show more useful info
  6. export HISTTIMEFORMAT="%d/%m/%y %T "
  7. # Force KMix to use raw ALSA mode (disable PulseAudio)
  8. export KMIX_PULSEAUDIO_DISABLE=1
  9. fi