fish: setup: Disable colouring in log and debug output for GStreamer

This commit is contained in:
Sanchayan Maity 2022-03-27 18:18:08 +05:30
parent 8d216bc1e6
commit ab2d063759
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
set -gx CLICOLOR 1
set -gx LSCOLORS 'gxfxcxdxbxegedabaggxgx'
set -Ux GST_DEBUG_NO_COLOR 1
set -Ux GST_DEBUG_COLOR_MODE "off"
# Start all tmux sessions on login
~/.tmux/session-setup.sh
end