/
oglu
/
dotfiles
Обзор
Документация
Войти
/
oglu
/
dotfiles
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tag-gentoo/bash_profile
12 строк
335 B
oglu
update vaapi
25 янв 2026, 13:24
25 янв 2026, 13:24
e52d9b5
Код
Авторство
О чём код?
# /etc/skel/.bash_profile # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages. if [[ -f ~/.bashrc ]] ; then . ~/.bashrc fi export PATH="$HOME/.local/bin:$PATH" export QT_QPA_PLATFORM=wayland export LIBVA_DRIVER_NAME=iHD export MOZ_DISABLE_RDD_SANDBOX=1