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.
|
- # Additional variables for KXStudio
-
- if [ -f $HOME/.bash_aliases ]; then
- . $HOME/.bash_aliases
- else
-
- # Set 'history' format to show more useful info
- export HISTTIMEFORMAT="%d/%m/%y %T "
-
- # Force KMix to use raw ALSA mode (disable PulseAudio)
- export KMIX_PULSEAUDIO_DISABLE=1
-
- fi
|